PolarExpress.Schemas.CardPaymentMetadata (polar_express v0.2.2)

Copy Markdown View Source

CardPaymentMetadata

Additional metadata for a card payment method.

Summary

Types

t()

@type t() :: %PolarExpress.Schemas.CardPaymentMetadata{brand: term(), last4: term()}
  • brand - The brand of the card used for the payment.
  • last4 - The last 4 digits of the card number.

Functions

schema_name()