customer property

MonoCustomer customer
final

The customer objects expects the following keys based on the following conditions: New Customers: For new customers, the customer object expects the user’s name, email and identity Existing Customers: For existing customers, the customer object expects only the customer ID.

Implementation

final MonoCustomer customer;