new module:models/CustomerSnapshotResponse()
This class subject to change without prior notice, Please dont use this class directly.
Constructs a newCustomerSnapshotResponse
.
The customer making the payment
Members
-
inner address :module:models/AddressVo
-
-
inner customer_reference :String
-
The unique identifier in the client system for the customer.
-
inner email :String
-
The email address of the customer to which notifications from EBPP will be sent. This will default to the registered_email while creating a customer.
-
inner first_name :String
-
The first name of the customer.
-
inner home_phone :String
-
The home phone number of the customer.
-
inner id :String
-
The unique identifier assigned by EBPP to the customer.
-
inner last_name :String
-
The last name of the customer.
-
inner middle_name :String
-
The middle initial of the customer.
-
inner url :String
-
The URL that can be used to fetch the details of the customer.
Methods
-
static constructFromObject(data, obj) → {module:models/CustomerSnapshotResponse}
-
Constructs a
CustomerSnapshotResponse
from a plain JavaScript object, optionally creating a new instance. Copies all relevant properties fromdata
toobj
if supplied or a new instance if not.Parameters:
Name Type Description data
Object The plain JavaScript object bearing properties of interest.
obj
module:models/CustomerSnapshotResponse Optional instance to populate.