Update billing information https://support.zoom.us/hc/enus/articles/201363263AboutBilling for a Sub Account under a Master account. <aside>This API can only be used to update Billing information of Pro or higher Sub Accounts whose billing charges are paid by their Master account. Only Master Accounts can use this API. Zoom only assigns this privilege to trusted partners and only approved partners can use this API. Contact the **ISV team** https://zoom.us/plan/api for more details.</aside>**Prerequisites:*** Pro or a higher paid account with Master Account option enabled. **Scope**:billing:master** Rate Limit Label https://marketplace.zoom.us/docs/apireference/ratelimits#ratelimits :** Heavy

updateBillingInformation(
  accountId,
  first_name = NULL,
  last_name = NULL,
  email = NULL,
  phone_number = NULL,
  address = NULL,
  apt = NULL,
  city = NULL,
  state = NULL,
  zip = NULL,
  country = NULL,
  return_response = F
)

Arguments

accountId

The account ID.

first_name

Billing Contact's first name.

last_name

Billing Contact's last name.

email

Billing Contact's email address.

phone_number

Billing Contact's phone number.

address

Billing Contact's address.

apt

Billing Contact's apartment/suite.

city

Billing Contact's city.

state

Billing Contact's state.

zip

Billing Contact's zip/postal code.

country

Billing Contact's country.

return_response

Whether to return the response instead of the response content. Defaults to FALSE.