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