More...
|
string | Id [get, set] |
| The unique identifier assigned by EBPP to the customer. More...
|
|
string | Url [get, set] |
| The URL that can be used to fetch the details of the customer. More...
|
|
string | CustomerReference [get, set] |
| The unique identifier in the client system for the customer. More...
|
|
string | FirstName [get, set] |
| The first name of the customer. More...
|
|
string | LastName [get, set] |
| The last name of the customer. More...
|
|
string | MiddleName [get, set] |
| The middle initial of the customer. More...
|
|
string | Email [get, set] |
| 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. More...
|
|
string | HomePhone [get, set] |
| The home phone number of the customer. More...
|
|
AddressVo | Address [get, set] |
| Gets or Sets Address More...
|
|
This class subject to change without prior notice, Please dont use this class directly.
Orbipay.PaymentsApi.Client.Models.CustomerSnapshotResponse.CustomerSnapshotResponse |
( |
string |
id = default(string) , |
|
|
string |
url = default(string) , |
|
|
string |
customerReference = default(string) , |
|
|
string |
firstName = default(string) , |
|
|
string |
lastName = default(string) , |
|
|
string |
middleName = default(string) , |
|
|
string |
email = default(string) , |
|
|
string |
homePhone = default(string) , |
|
|
AddressVo |
address = default(AddressVo) |
|
) |
| |
Initializes a new instance of the CustomerSnapshotResponse class.
- Parameters
-
id | The unique identifier assigned by EBPP to the customer.. |
url | The URL that can be used to fetch the details of the customer.. |
customerReference | The unique identifier in the client system for the customer.. |
firstName | The first name of the customer.. |
lastName | The last name of the customer.. |
middleName | The middle initial of the customer.. |
email | 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.. |
homePhone | The home phone number of the customer.. |
address | address. |
override bool Orbipay.PaymentsApi.Client.Models.CustomerSnapshotResponse.Equals |
( |
object |
input | ) |
|
Returns true if objects are equal
- Parameters
-
input | Object to be compared |
- Returns
- Boolean
override int Orbipay.PaymentsApi.Client.Models.CustomerSnapshotResponse.GetHashCode |
( |
| ) |
|
Gets the hash code
- Returns
- Hash code
virtual string Orbipay.PaymentsApi.Client.Models.CustomerSnapshotResponse.ToJson |
( |
| ) |
|
|
virtual |
Returns the JSON string presentation of the object
- Returns
- string
override string Orbipay.PaymentsApi.Client.Models.CustomerSnapshotResponse.ToString |
( |
| ) |
|
Returns the string presentation of the object
- Returns
- string
AddressVo Orbipay.PaymentsApi.Client.Models.CustomerSnapshotResponse.Address |
|
getset |
string Orbipay.PaymentsApi.Client.Models.CustomerSnapshotResponse.CustomerReference |
|
getset |
The unique identifier in the client system for the customer.
The unique identifier in the client system for the customer.
string Orbipay.PaymentsApi.Client.Models.CustomerSnapshotResponse.Email |
|
getset |
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.
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.
string Orbipay.PaymentsApi.Client.Models.CustomerSnapshotResponse.FirstName |
|
getset |
The first name of the customer.
The first name of the customer.
string Orbipay.PaymentsApi.Client.Models.CustomerSnapshotResponse.HomePhone |
|
getset |
The home phone number of the customer.
The home phone number of the customer.
string Orbipay.PaymentsApi.Client.Models.CustomerSnapshotResponse.Id |
|
getset |
The unique identifier assigned by EBPP to the customer.
The unique identifier assigned by EBPP to the customer.
string Orbipay.PaymentsApi.Client.Models.CustomerSnapshotResponse.LastName |
|
getset |
The last name of the customer.
The last name of the customer.
string Orbipay.PaymentsApi.Client.Models.CustomerSnapshotResponse.MiddleName |
|
getset |
The middle initial of the customer.
The middle initial of the customer.
string Orbipay.PaymentsApi.Client.Models.CustomerSnapshotResponse.Url |
|
getset |
The URL that can be used to fetch the details of the customer.
The URL that can be used to fetch the details of the customer.
The documentation for this class was generated from the following file: