API Docs / Schemas / UpdateSubscriptionBillingRequest

UpdateSubscriptionBillingRequest

Request to update billing address and invoice recipients.
Name and billing contact are not user-settable.

Properties

Name Type Description
additionalInvoiceRecipientsarray of InvoiceRecipient

Additional email recipients for invoices.

Additional email recipients for invoices.

billingAddressBillingAddress

JSON Example

{
  "additionalInvoiceRecipients": [
    {
      "name": "...",
      "email": "..."
    }
  ],
  "billingAddress": {
    "companyName": "string",
    "addressLine1": "string",
    "addressLine2": "string",
    "city": "string",
    "postalCode": "string"
  }
}

Used By Operations