PolarExpress.Schemas.PaymentMethodCard (polar_express v0.1.5)

Copy Markdown View Source

PaymentMethodCard

Summary

Types

t()

@type t() :: %PolarExpress.Schemas.PaymentMethodCard{
  created_at: DateTime.t() | nil,
  customer_id: String.t() | nil,
  id: String.t() | nil,
  method_metadata: PolarExpress.Schemas.PaymentMethodCardMetadata.t() | nil,
  modified_at: DateTime.t() | nil,
  processor: PolarExpress.Schemas.PaymentProcessor.t() | nil,
  type: String.t() | nil
}
  • created_at - Creation timestamp of the object. Format: date-time.
  • customer_id - Format: uuid4.
  • id - The ID of the object. Format: uuid4.
  • method_metadata
  • modified_at - Last modification timestamp of the object. Nullable.
  • processor
  • type

Functions

schema_name()