google_api_content v0.9.0 GoogleApi.Content.V2.Model.ProductShipping View Source

Attributes

  • country (String.t): The CLDR territory code of the country to which an item will ship. Defaults to: null.
  • locationGroupName (String.t): The location where the shipping is applicable, represented by a location group name. Defaults to: null.
  • locationId (String.t): The numeric ID of a location that the shipping rate applies to as defined in the AdWords API. Defaults to: null.
  • postalCode (String.t): The postal code range that the shipping rate applies to, represented by a postal code, a postal code prefix followed by a * wildcard, a range between two postal codes or two postal code prefixes of equal length. Defaults to: null.
  • price (Price): Fixed shipping price, represented as a number. Defaults to: null.
  • region (String.t): The geographic region to which a shipping rate applies. Defaults to: null.
  • service (String.t): A free-form description of the service class or delivery speed. 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.ProductShipping{
  country: any(),
  locationGroupName: any(),
  locationId: any(),
  postalCode: any(),
  price: GoogleApi.Content.V2.Model.Price.t(),
  region: any(),
  service: any()
}

Link to this section Functions

Link to this function

decode(value, options) View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.