Provides struct and type for a CustomerPaymentMethodGeneric
Summary
Types
@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() }