google_api_content v0.2.0 GoogleApi.Content.V2.Model.ShippingSettings View Source
The merchant account's shipping settings. All methods except getsupportedcarriers and getsupportedholidays require the admin role.
Attributes
- accountId (String.t): The ID of the account to which these account shipping settings belong. Ignored upon update, always present in get request responses. Defaults to:
null
. - postalCodeGroups ([PostalCodeGroup]): A list of postal code groups that can be referred to in services. Optional. Defaults to:
null
. - services ([Service]): The target account's list of services. Optional. 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() :: %GoogleApi.Content.V2.Model.ShippingSettings{ accountId: any(), postalCodeGroups: [GoogleApi.Content.V2.Model.PostalCodeGroup.t()], services: [GoogleApi.Content.V2.Model.Service.t()] }
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.