Previous topic

Deposit Batch

Next topic

Merchant

This Page

Deposit DetailsΒΆ

class fattmerchant.models.deposit.DepositDetails(data)

Deposit details model class

batch_id = None

Id of the deposit batch

batched_at = None

When the deposit batch was created

auth_id = None

The auth id of the deposit

created_at = None

When the deposit was created

total = None

The total amount of the deposit

fees = None

The amount of money the merchant is paying in fees

last_four = None

The last four numbers of the credit card used for the deposit

card_type = None

The type of credit card used for the deposit

method = None

The payment method of the deposit

transaction_id = None

The id of the transaction that is tied to the deposit

customer_firstname = None

The first name of the customer tied to the deposit

customer_lastname = None

The last name of the customer tied to the deposit

customer_email = None

The email of the customer tied to the deposit

customer_company = None

The company of the customer tied to the deposit