View Source GoogleApi.Content.V2.Model.AccountBusinessInformation (google_api_content v0.70.1)
Attributes
-
address(type:GoogleApi.Content.V2.Model.AccountAddress.t, default:nil) - The address of the business. -
customerService(type:GoogleApi.Content.V2.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.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Content.V2.Model.AccountBusinessInformation{ address: GoogleApi.Content.V2.Model.AccountAddress.t() | nil, customerService: GoogleApi.Content.V2.Model.AccountCustomerService.t() | nil, koreanBusinessRegistrationNumber: String.t() | nil, phoneNumber: String.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.