View Source GoogleApi.Content.V21.Model.FreeShippingThreshold (google_api_content v0.70.1)

Conditions to be met for a product to have free shipping.

Attributes

  • country (type: String.t, default: nil) - Required. The CLDR territory code of the country to which an item will ship.
  • priceThreshold (type: GoogleApi.Content.V21.Model.Price.t, default: nil) - Required. The minimum product price for the shipping cost to become free. Represented as a number.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Content.V21.Model.FreeShippingThreshold{
  country: String.t() | nil,
  priceThreshold: GoogleApi.Content.V21.Model.Price.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.