parent
babf61fdaa
commit
ecaa051791
3 changed files with 10 additions and 3 deletions
|
@ -121,7 +121,7 @@ class Organization(ApiResource):
|
|||
'description': 'Whether the organization desires to receive emails for invoices',
|
||||
},
|
||||
'invoice_email_address': {
|
||||
'type': 'string',
|
||||
'type': ['string', 'null'],
|
||||
'description': 'The email address at which to receive invoices',
|
||||
},
|
||||
'tag_expiration': {
|
||||
|
|
Reference in a new issue