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

View Source

Attributes

  • confirmationCode (type: String.t, default: nil) - The confirmation code of the event reservation. This may also take the form of an "order number", "confirmation number", "reservation number", or other equivalent.
  • kind (type: String.t, default: nil) - Identifies what kind of resource this is. Value: the fixed string "walletobjects#eventReservationInfo".

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.WalletObjects.V1.Model.EventReservationInfo{
  confirmationCode: String.t() | nil,
  kind: String.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.