Customer
Description
The Customer object represents a customer.
Properties
| Type | Name | Description |
|---|---|---|
| string | MerchantId | Unique identifier of the merchant associated with this customer. |
| string | CustomerInternalId | Unique customer internal ID assigned by EBizCharge. |
| string | CustomerId | Unique customer ID assigned by the user. |
| string | FirstName | First name of the customer. |
| string | LastName | Last name of the customer. |
| string | CompanyName | Company or organization name of the customer. |
| string | Phone | Telephone number of the customer. |
| string | CellPhone | Cell phone number of the customer. |
| string | Fax | Fax number number of the customer. |
| string | Email address of the customer. | |
| string | WebSite | Website of the customer. |
| RecurringBilling[] | RecurringBillingData | List of recurring bills associated to the customer. |
| Address | BillingAddress | Billing address of the customer. |
| Address | ShippingAddress | Shipping address of the customer. |
| PaymentMethodProfile[] | PaymentMethodProfiles | List of payment method profiles associated to the customer. |
| string | CustomerToken | Unique customer token assigned by EBizCharge. |
| string | CustomerNotes | Notes related to the customer. |
| string | SoftwareId | Unique identifier for the integration. |
| EBizCustomField[] | CustomerCustomFields | List of custom fields. |
| string | CustomerLastSyncDateTime | Date and time the customer was synced with the integration. |
| string | DivisionId | Unique identifier used within an organization's Enterprise Resource Planning (ERP) system to specifically designate a particular business unit, department, or division. |
| string | DateTimeCreated | Date and time the customer was created in the EBizCharge platform. |
| string | DateTimeModified | Date and time the customer was modified in the EBizCharge platform. |
Updated 6 months ago
