Customer Details
customer.getId()
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
customer.getCompany()customer.getEmail()customer.getFax()customer.getFirstName()customer.getLastName()customer.getPhone()customer.getWebsite()
Timestamps
customer.getCreatedAt()customer.getUpdatedAt()
Associations
customer.getAddresses()
An array of addresses associated to the customer.
customer.getCreditCards()
An array of credit cards associated to the customer.
Custom Fields
customer.getCustomFields() will return a hash of custom field values stored on the customer.