View Source GoogleApi.Content.V21.Model.AccountBusinessInformation (google_api_content v0.71.0)
Attributes
-
address(type:GoogleApi.Content.V21.Model.AccountAddress.t, default:nil) - The address of the business. Use\nto add a second address line. -
customerService(type:GoogleApi.Content.V21.Model.AccountCustomerService.t, default:nil) - The customer service information of the business. -
koreanBusinessRegistrationNumber(type:String.t, default:nil) - The 10-digit Korean business registration number separated with dashes in the format: XXX-XX-XXXXX. This field will only be updated if explicitly set. -
phoneNumber(type:String.t, default:nil) - The phone number of the business in E.164 format. This can only be updated if a verified phone number is not already set. To replace a verified phone number use theAccounts.requestphoneverificationandAccounts.verifyphonenumber. -
phoneVerificationStatus(type:String.t, default:nil) - Verification status of the phone number of the business. This status is read only and can be updated only by successful phone verification. Acceptable values are: - "verified" - "unverified"
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Content.V21.Model.AccountBusinessInformation{ address: GoogleApi.Content.V21.Model.AccountAddress.t() | nil, customerService: GoogleApi.Content.V21.Model.AccountCustomerService.t() | nil, koreanBusinessRegistrationNumber: String.t() | nil, phoneNumber: String.t() | nil, phoneVerificationStatus: String.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.