View Source GoogleApi.Content.V2.Model.ShippingSettings (google_api_content v0.70.1)
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. -
warehouses(type:list(GoogleApi.Content.V2.Model.Warehouse.t), default:nil) - Optional. A list of warehouses which can be referred to inservices.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Content.V2.Model.ShippingSettings{ accountId: String.t() | nil, postalCodeGroups: [GoogleApi.Content.V2.Model.PostalCodeGroup.t()] | nil, services: [GoogleApi.Content.V2.Model.Service.t()] | nil, warehouses: [GoogleApi.Content.V2.Model.Warehouse.t()] | nil }
Functions
Unwrap a decoded JSON object into its complex fields.