Customer Details

$customer->id

The customer ID. If you didn’t specify an ID when the customer was created, the gateway will generate a 6-character numeric ID. Although it’s numeric, the proper datatype is a String. The generated IDs will never start with a leading 0.

String Attributes

Timestamps

Associations

$customer->addresses

An array of addresses associated to the customer.

$customer->creditCards

An array of credit cards associated to the customer.

Custom Fields

$customer->customFields will return a hash of custom field values stored on the customer.