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

Attributes

  • billingAddress (type: GoogleApi.Content.V2.Model.OrderAddress.t, default: nil) - The billing address.
  • expirationMonth (type: integer(), default: nil) - The card expiration month (January = 1, February = 2 etc.).
  • expirationYear (type: integer(), default: nil) - The card expiration year (4-digit, e.g. 2015).
  • lastFourDigits (type: String.t, default: nil) - The last four digits of the card number.
  • phoneNumber (type: String.t, default: nil) - The billing phone number.
  • type (type: String.t, default: nil) - The type of instrument. Acceptable values are: - "AMEX" - "DISCOVER" - "JCB" - "MASTERCARD" - "UNIONPAY" - "VISA" - "``"

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Content.V2.Model.OrderPaymentMethod{
  billingAddress: GoogleApi.Content.V2.Model.OrderAddress.t() | nil,
  expirationMonth: integer() | nil,
  expirationYear: integer() | nil,
  lastFourDigits: String.t() | nil,
  phoneNumber: String.t() | nil,
  type: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.