View Source GoogleApi.Content.V21.Model.FreeShippingThreshold (google_api_content v0.72.0)
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 }