View Source GoogleApi.Content.V2.Model.MinimumOrderValueTableStoreCodeSetWithMov (google_api_content v0.67.1)

A list of store code sets sharing the same minimum order value. At least two sets are required and the last one must be empty, which signifies 'MOV for all other stores'. Each store code can only appear once across all the sets. All prices within a service must have the same currency.

Attributes

  • storeCodes (type: list(String.t), default: nil) - A list of unique store codes or empty for the catch all.
  • value (type: GoogleApi.Content.V2.Model.Price.t, default: nil) - The minimum order value for the given stores.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Content.V2.Model.MinimumOrderValueTableStoreCodeSetWithMov{
  storeCodes: [String.t()] | nil,
  value: GoogleApi.Content.V2.Model.Price.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.