Previous topic

All Models

Next topic

Deposit Batch

This Page

Customer

class fattmerchant.models.customer.Customer(data)

Customer model class

id = None

Id of the customer

firstname = None

First name of the customer

lastname = None

Last name of the customer

company = None

Company of the customer

email = None

Email of the customer

cc_emails = None

Extra email addresses all emails will also be sent to for customer receipts or invoices

cc_sms = None

Extra phone numbers all texts will also be sent to for customer receipts or invoices

phone = None

Phone number of the customer

address_1 = None

Address of the customer

address_2 = None

Address additional details of the customer

address_city = None

City for the address of the customer

address_state = None

State for the address of the customer

address_zip = None

Zip code for the address of the customer

address_country = None

Country for the address of the customer

notes = None

Any notes about the customer

reference = None

Customizable name to reference customer

options = None

Optional metadata in JSON format about the customer

created_at = None

When the customer was created

updated_at = None

When the customer was updated

deleted_at = None

When the customer was deleted

allow_invoice_credit_card_payments = None

Whether to allow credit card payments for customer on invoices

gravatar = None

Gravatar of the customer