fattmerchant.models.payment_method.PaymentMethod(data)¶Payment Method model class
id = None¶Id of the payment method
customer_id = None¶Id of customer the payment method belongs to
merchant_id = None¶Id of merchant the payment method belongs to
user_id = None¶Id of user the payment method belongs to
nickname = None¶Nickname of the payment method
has_cvv = None¶Whether the payment method has a cvv or not
is_default = None¶Whether the payment method is the default or not
method = None¶The type of payment method
person_name = None¶The name on a credit card payment method
card_type = None¶The type of a credit card payment method
card_last_four = None¶The last four numbers on a credit card payment method
card_exp = None¶The expiration date on a credit card payment method
bank_name = None¶The bank name on an ACH payment method
bank_type = None¶The bank type on an ACH payment method
bank_holder_type = None¶The bank holder type on an ACH payment method
address_1 = None¶The address for the payment method
address_2 = None¶The address additional details for the payment method
address_city = None¶The address city for the payment method
address_state = None¶The address state for the payment method
address_zip = None¶The address zip for the payment method
address_country = None¶The address country for the payment method
purged_at = None¶When the payment method was purged
created_at = None¶When the payment method was created
updated_at = None¶When the payment method was updated
deleted_at = None¶When the payment method was deleted
meta = None¶Any meta data for the payment method
bin_type = None¶The bank name on an ACH payment method
card_exp_datetime = None¶The the expiry date/time of the credit card
is_usable_in_vt = None¶Whether or not the payment method is usable in Omni
customer = None¶The customer for the payment method