UpdateSubscriptionBillingRequest
Request to update billing address and invoice recipients.
Name and billing contact are not user-settable.
Properties
| Name | Type | Description |
|---|---|---|
| additionalInvoiceRecipients | array of InvoiceRecipient | Additional email recipients for invoices. |
Additional email recipients for invoices. | ||
| billingAddress | BillingAddress | |
JSON Example
{
"additionalInvoiceRecipients": [
{
"name": "...",
"email": "..."
}
],
"billingAddress": {
"companyName": "string",
"addressLine1": "string",
"addressLine2": "string",
"city": "string",
"postalCode": "string"
}
}