google_api_content v0.4.0 GoogleApi.Content.V2.Model.OrderPaymentMethod View Source

Attributes

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

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields

Link to this section Types

Link to this type

t() View Source
t() :: %GoogleApi.Content.V2.Model.OrderPaymentMethod{
  billingAddress: GoogleApi.Content.V2.Model.OrderAddress.t(),
  expirationMonth: any(),
  expirationYear: any(),
  lastFourDigits: any(),
  phoneNumber: any(),
  type: any()
}

Link to this section Functions

Link to this function

decode(value, options) View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.