PolarExpress.Schemas.PaymentMethodCardMetadata (polar_express v0.2.2)

Copy Markdown View Source

PaymentMethodCardMetadata

Summary

Types

t()

@type t() :: %PolarExpress.Schemas.PaymentMethodCardMetadata{
  brand: term(),
  exp_month: term(),
  exp_year: term(),
  last4: term(),
  wallet: term()
}
  • brand
  • exp_month
  • exp_year
  • last4
  • wallet - Nullable.

Functions

schema_name()