Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "sdk-sales/src/sdk/updateBillingAddress"

Index

Functions

updateBillingAddress

  • updateBillingAddress(billingAddress: Address, subscriptionID: number): Promise<Address | APIErrorResponse>
  • Parameters

    • billingAddress: Address
    • subscriptionID: number

    Returns Promise<Address | APIErrorResponse>

    Promise resolving to the updated billing address.

    On success (resolves)
    {
      "country": "string",
      "line1": "string",
      "line2": "string",
      "locality": "string",
      "region": "string",
      "postal": "string"
    }