View Source GoogleApi.Content.V21.Model.ShippingSettings (google_api_content v0.66.0)

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.V21.Model.PostalCodeGroup.t), default: nil) - A list of postal code groups that can be referred to in services. Optional.
  • services (type: list(GoogleApi.Content.V21.Model.Service.t), default: nil) - The target account's list of services. Optional.
  • warehouses (type: list(GoogleApi.Content.V21.Model.Warehouse.t), default: nil) - Optional. A list of warehouses which can be referred to in services.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Content.V21.Model.ShippingSettings{
  accountId: String.t() | nil,
  postalCodeGroups: [GoogleApi.Content.V21.Model.PostalCodeGroup.t()] | nil,
  services: [GoogleApi.Content.V21.Model.Service.t()] | nil,
  warehouses: [GoogleApi.Content.V21.Model.Warehouse.t()] | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.