UpdateAccountRequest

  • billingAddress
    Type: object ยท Address
    required
    • country
      Type: string
      required
    • place
      Type: null | string
      required
    • postalCode
      Type: null | string
      required
    • region
      Type: null | string
      required
    • streetName
      Type: null | string
      required
    • streetNumber
      Type: null | string
      required
    • subdivision
      Type: null | string
      required
  • billingEmailAddress
    Type: string
    required

    The email address that will receive invoices and other billing related information.

  • callbackUri
    Type: stringFormat: uri
    required
  • culture
    required
  • technicalEmailAddress
    Type: string
    required

    The email address that will receive technical information and updates.

  • autoTopUpCredits
    Type: integer | string Pattern: ^-?(?:0|[1-9]\d*)$Format: int32

    The amount of credits that the account should be topped up with during auto top-up.

  • isAutoTopUpEnabled
    Type: null | boolean
  • lowCreditsThreshold
    Type: integer | string Pattern: ^-?(?:0|[1-9]\d*)$Format: int32

    The amount of credits remaining that triggers notifications and auto top-up for the account.