Skip to content
Sean Callan edited this page Jun 9, 2020 · 1 revision

Beans_Customer

Represents a customer in the system.


Attributes

  • id INTEGER -

  • first_name STRING -

  • last_name STRING -

  • company_name STRING -

  • display_name STRING - Company Name if it exists, or else First Last.

  • email STRING -

  • phone_number STRING -

  • fax_number STRING -

  • default_billing_address_id INTEGER - The ID for the default Beans_Customer_Address for billing the customer.

  • default_shipping_address_id INTEGER - The ID for the default Beans_Customer_Address for shipping to the customer.

  • default_account OBJECT - The default Beans_Account for the customer - Empty if not set.

  • sales_count INTEGER - The total number of sales attached to this customer.

  • sales_total - DECIMAL The total value of all sales attached to this customer.

  • balance_pending - DECIMAL The total balance that currently unpaid.

  • balance_pastdue - DECIMAL The total balance that is currently past due.

Clone this wiki locally