View Source GoogleApi.Content.V21.Model.LiaOmnichannelExperience (google_api_content v0.67.1)

Omnichannel experience details.

Attributes

  • country (type: String.t, default: nil) - The CLDR country code (for example, "US").
  • lsfType (type: String.t, default: nil) - The Local Store Front (LSF) type for this country. Acceptable values are: - "ghlsf" (Google-Hosted Local Store Front) - "mhlsfBasic" (Merchant-Hosted Local Store Front Basic) - "mhlsfFull" (Merchant-Hosted Local Store Front Full) More details about these types can be found here.
  • pickupTypes (type: list(String.t), default: nil) - The Pickup types for this country. Acceptable values are: - "pickupToday" - "pickupLater"

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Content.V21.Model.LiaOmnichannelExperience{
  country: String.t() | nil,
  lsfType: String.t() | nil,
  pickupTypes: [String.t()] | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.