Polarex.CustomerPaymentMethodGeneric (Polarex v0.5.0)

Copy Markdown View Source

Provides struct and type for a CustomerPaymentMethodGeneric

Summary

Types

t()

@type t() :: %Polarex.CustomerPaymentMethodGeneric{
  created_at: DateTime.t(),
  customer_id: String.t(),
  id: String.t(),
  is_default: boolean(),
  modified_at: DateTime.t() | nil,
  processor: String.t(),
  type: String.t()
}