PaymentSDK
Mobile payment SDK
|
Customer data to describe account holder or shipping. More...
Public Instance Methods | |
CustomerData () | |
CustomerData (String email, String phone, String firstName, String lastName, String gender, Date dateOfBirth, Address address) | |
Constructor. More... | |
String | getEmail () |
Returns email address. More... | |
void | setEmail (String email) |
Sets email address. More... | |
String | getPhone () |
Returns phone number. More... | |
void | setPhone (String phone) |
Sets phone number. More... | |
String | getFirstName () |
Returns first name. More... | |
void | setFirstName (String firstName) |
Sets first name. More... | |
String | getLastName () |
Returns last name. More... | |
void | setLastName (String lastName) |
Sets last name. More... | |
String | getGender () |
Returns consumer's gender. More... | |
void | setGender (String gender) |
Sets consumer's gender. More... | |
Date | getDateOfBirth () |
Returns consumer's date of birth. More... | |
void | setDateOfBirth (Date dateOfBirth) |
Sets consumer's date of birth. More... | |
Address | getAddress () |
Returns address. More... | |
void | setAddress (Address address) |
Sets address. More... | |
Private Fields | |
String | |
Email address. More... | |
String | phone |
Phone number. More... | |
String | firstName |
First name. More... | |
String | lastName |
Last name. More... | |
String | gender |
Consumer's gender. More... | |
Date | dateOfBirth |
Consumer's date of birth. More... | |
Address | address |
Address. More... | |
Customer data to describe account holder or shipping.
|
inline |
|
inline |
Constructor.
Email address | |
phone | Phone number |
firstName | First name |
lastName | Last name |
gender | Consumer's gender |
dateOfBirth | Consumer's date of birth |
address | Address |
|
inline |
Returns address.
|
inline |
Returns consumer's date of birth.
|
inline |
Returns email address.
|
inline |
Returns first name.
|
inline |
Returns consumer's gender.
|
inline |
Returns last name.
|
inline |
Returns phone number.
|
inline |
Sets address.
address |
|
inline |
Sets consumer's date of birth.
dateOfBirth |
|
inline |
Sets email address.
|
inline |
Sets first name.
firstName |
|
inline |
Sets consumer's gender.
gender |
|
inline |
Sets last name.
lastName |
|
inline |
Sets phone number.
phone |
|
private |
Consumer's date of birth.
|
private |
Email address.
|
private |
First name.
|
private |
Consumer's gender.
|
private |
Last name.
|
private |
Phone number.