Polarex.PaymentMethodCard (Polarex v0.2.1)

View Source

Provides struct and type for a PaymentMethodCard

Summary

Types

t()

@type t() :: %Polarex.PaymentMethodCard{
  card: Polarex.PaymentMethodCardData.t(),
  created_at: DateTime.t(),
  default: boolean(),
  id: String.t(),
  type: String.t()
}