GoogleApi.WalletObjects.V1.Model.BoardingAndSeatingPolicy (google_api_wallet_objects v0.12.0)

View Source

Attributes

  • boardingPolicy (type: String.t, default: nil) - Indicates the policy the airline uses for boarding. If unset, Google will default to zoneBased.
  • kind (type: String.t, default: nil) - Identifies what kind of resource this is. Value: the fixed string "walletobjects#boardingAndSeatingPolicy".
  • seatClassPolicy (type: String.t, default: nil) - Seating policy which dictates how we display the seat class. If unset, Google will default to cabinBased.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.WalletObjects.V1.Model.BoardingAndSeatingPolicy{
  boardingPolicy: String.t() | nil,
  kind: String.t() | nil,
  seatClassPolicy: String.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.