google_api_content v0.4.0 GoogleApi.Content.V2.Model.AccountBusinessInformation View Source
Attributes
- address (AccountAddress): The address of the business. Defaults to:
null
. - customerService (AccountCustomerService): The customer service information of the business. Defaults to:
null
. - phoneNumber (String.t): The phone number of the business. Defaults to:
null
.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields
Link to this section Types
Link to this type
t()
View Source
t()
View Source
t() :: %GoogleApi.Content.V2.Model.AccountBusinessInformation{
address: GoogleApi.Content.V2.Model.AccountAddress.t(),
customerService: GoogleApi.Content.V2.Model.AccountCustomerService.t(),
phoneNumber: any()
}
t() :: %GoogleApi.Content.V2.Model.AccountBusinessInformation{ address: GoogleApi.Content.V2.Model.AccountAddress.t(), customerService: GoogleApi.Content.V2.Model.AccountCustomerService.t(), phoneNumber: any() }
Link to this section Functions
Link to this function
decode(value, options) View Source
Unwrap a decoded JSON object into its complex fields.