We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04d8e08 commit 5ca1757Copy full SHA for 5ca1757
src/bitpay/models/payout/payout_recipient.py
@@ -16,7 +16,7 @@ class PayoutRecipient(BitPayModel):
16
17
email: Union[str, None] = None
18
label: Union[str, None] = None
19
- notification_url: str = Field(alias="notificationURL", default=None)
+ notification_url: Union[str, None] = Field(alias="notificationURL", default=None)
20
status: Union[str, None] = None
21
id: Union[str, None] = None
22
shopper_id: Union[str, None] = None
0 commit comments