My Project
|
Public Member Functions | |
CustomerResponse (string firstName=default(string), string lastName=default(string), string middleName=default(string), string gender=default(string), string dateOfBirth=default(string), string ssn=default(string), string locale=default(string), string email=default(string), string registeredEmail=default(string), string homePhone=default(string), string workPhone=default(string), string mobilePhone=default(string), AddressVo address=default(AddressVo), Dictionary< string, string > customFields=default(Dictionary< string, string >), string customerReference=default(string), string id=default(string), string status=default(string), string url=default(string), string comments=default(string), CustomersCustomerAccountsResponse customerAccounts=default(CustomersCustomerAccountsResponse), CustomersFundingAccountsResponse fundingAccounts=default(CustomersFundingAccountsResponse), CustomersPaymentsResponse payments=default(CustomersPaymentsResponse), CustomersPaymentSetupsResponse paymentSetups=default(CustomersPaymentSetupsResponse), AuditInfoVo auditInfo=default(AuditInfoVo)) | |
Initializes a new instance of the CustomerResponse class. More... | |
override string | ToString () |
Returns the string presentation of the object More... | |
virtual string | ToJson () |
Returns the JSON string presentation of the object More... | |
override bool | Equals (object input) |
Returns true if objects are equal More... | |
bool | Equals (CustomerResponse input) |
Returns true if CustomerResponse instances are equal More... | |
override int | GetHashCode () |
Gets the hash code More... | |
Protected Member Functions | |
CustomerResponse () | |
Initializes a new instance of the CustomerResponse class. More... | |
Properties | |
string | FirstName [get, set] |
The first name of the customer. Either first_name or last_name is required to create a customer. More... | |
string | LastName [get, set] |
The last name of the customer. Either first_name or last_name is required to create a customer. More... | |
string | MiddleName [get, set] |
The middle name of the customer. More... | |
string | DateOfBirth [get, set] |
The date of birth of the customer. It should be in the full-date format as per ISO8601, namely, YYYY-MM-DD. More... | |
string | Ssn [get, set] |
The SSN of the customer if the account holder is an individual or the tax ID, if the customer is a business. More... | |
string | Locale [get, set] |
The language in which the customer wants the alerts and notifications from EBPP. This is to be specified in the format,<br><i>< <b>ISO-639-1 language code</b> >_< <b>ISO ALPHA-2 Country Code</b> ></i>.<br> For e.g., <b>en_US</b> indicates the language preference as US English, which is also the default value. 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 | RegisteredEmail [get, set] |
The email address of the customer registered with the client. This may be used to uniquely identify the customer if the client is set up accordingly in EBPP. More... | |
string | HomePhone [get, set] |
The home phone number of the customer. More... | |
string | WorkPhone [get, set] |
The work phone number of the customer. More... | |
string | MobilePhone [get, set] |
The mobile phone number of the customer. More... | |
AddressVo | Address [get, set] |
Gets or Sets Address More... | |
Dictionary< string, string > | CustomFields [get, set] |
The additional information or meta-information that EBPP can accept, maintain and transmit back to the client. The custom fields need to be configured with EBPP before they can be accepted. EBPP would reject custom fields that are not pre-configured. Please contact <a href = "mailto: suppo"> rt@b iller paym ents. comsuppo</a> for more information on configuring and using custom fields. Only the custom fields enabled for the client, in EBPP, would be accepted in the requests. rt@b iller paym ents. comMore... | |
string | CustomerReference [get, set] |
The unique identifier in the client system for the customer. More... | |
string | Id [get, set] |
The unique identifier assigned by EBPP to the customer. More... | |
string | Url [get, set] |
This URL fetches the Customer details. More... | |
string | Comments [get, set] |
Comments that can be used to recollect the operation performed on the resource object. API clients need to ensure that no sensitive information is passed in the memo. Alacriti (EBPP) is not responsible for the security of any sensitive information that may be passed as part of the memo. More... | |
CustomersCustomerAccountsResponse | CustomerAccounts [get, set] |
Gets or Sets CustomerAccounts More... | |
CustomersFundingAccountsResponse | FundingAccounts [get, set] |
Gets or Sets FundingAccounts More... | |
CustomersPaymentsResponse | Payments [get, set] |
Gets or Sets Payments More... | |
CustomersPaymentSetupsResponse | PaymentSetups [get, set] |
Gets or Sets PaymentSetups More... | |
AuditInfoVo | AuditInfo [get, set] |
Gets or Sets AuditInfo More... | |
|
protected |
Initializes a new instance of the CustomerResponse class.
Orbipay.PaymentsApi.Client.Models.CustomerResponse.CustomerResponse | ( | string | firstName = default(string) , |
string | lastName = default(string) , |
||
string | middleName = default(string) , |
||
string | gender = default(string) , |
||
string | dateOfBirth = default(string) , |
||
string | ssn = default(string) , |
||
string | locale = default(string) , |
||
string | email = default(string) , |
||
string | registeredEmail = default(string) , |
||
string | homePhone = default(string) , |
||
string | workPhone = default(string) , |
||
string | mobilePhone = default(string) , |
||
AddressVo | address = default(AddressVo) , |
||
Dictionary< string, string > | customFields = default(Dictionary<string, string>) , |
||
string | customerReference = default(string) , |
||
string | id = default(string) , |
||
string | status = default(string) , |
||
string | url = default(string) , |
||
string | comments = default(string) , |
||
CustomersCustomerAccountsResponse | customerAccounts = default(CustomersCustomerAccountsResponse) , |
||
CustomersFundingAccountsResponse | fundingAccounts = default(CustomersFundingAccountsResponse) , |
||
CustomersPaymentsResponse | payments = default(CustomersPaymentsResponse) , |
||
CustomersPaymentSetupsResponse | paymentSetups = default(CustomersPaymentSetupsResponse) , |
||
AuditInfoVo | auditInfo = default(AuditInfoVo) |
||
) |
Initializes a new instance of the CustomerResponse class.
firstName | The first name of the customer. Either first_name or last_name is required to create a customer.. |
lastName | The last name of the customer. Either first_name or last_name is required to create a customer.. |
middleName | The middle name of the customer.. |
gender | The gender of the customer.. |
dateOfBirth | The date of birth of the customer. It should be in the full-date format as per ISO8601, namely, YYYY-MM-DD.. |
ssn | The SSN of the customer if the account holder is an individual or the tax ID, if the customer is a business.. |
locale | The language in which the customer wants the alerts and notifications from EBPP. This is to be specified in the format,<br><i>< <b>ISO-639-1 language code</b> >_< <b>ISO ALPHA-2 Country Code</b> ></i>.<br> For e.g., <b>en_US</b> indicates the language preference as US English, which is also the default value.. |
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.. | |
registeredEmail | The email address of the customer registered with the client. This may be used to uniquely identify the customer if the client is set up accordingly in EBPP.. |
homePhone | The home phone number of the customer.. |
workPhone | The work phone number of the customer.. |
mobilePhone | The mobile phone number of the customer.. |
address | address. |
customFields | The additional information or meta-information that EBPP can accept, maintain and transmit back to the client. The custom fields need to be configured with EBPP before they can be accepted. EBPP would reject custom fields that are not pre-configured. Please contact <a href = "mailto: suppo"> rt@b iller paym ents. comsuppo</a> for more information on configuring and using custom fields. Only the custom fields enabled for the client, in EBPP, would be accepted in the requests.. rt@b iller paym ents. com |
customerReference | The unique identifier in the client system for the customer.. |
id | The unique identifier assigned by EBPP to the customer. (required). |
status | The status of the customer in EBPP. (required). |
url | This URL fetches the Customer details.. |
comments | Comments that can be used to recollect the operation performed on the resource object. API clients need to ensure that no sensitive information is passed in the memo. Alacriti (EBPP) is not responsible for the security of any sensitive information that may be passed as part of the memo.. |
customerAccounts | customerAccounts. |
fundingAccounts | fundingAccounts. |
payments | payments. |
paymentSetups | paymentSetups. |
auditInfo | auditInfo. |
override bool Orbipay.PaymentsApi.Client.Models.CustomerResponse.Equals | ( | object | input | ) |
Returns true if objects are equal
input | Object to be compared |
bool Orbipay.PaymentsApi.Client.Models.CustomerResponse.Equals | ( | CustomerResponse | input | ) |
Returns true if CustomerResponse instances are equal
input | Instance of CustomerResponse to be compared |
override int Orbipay.PaymentsApi.Client.Models.CustomerResponse.GetHashCode | ( | ) |
Gets the hash code
|
virtual |
Returns the JSON string presentation of the object
override string Orbipay.PaymentsApi.Client.Models.CustomerResponse.ToString | ( | ) |
Returns the string presentation of the object
|
getset |
Gets or Sets Address
|
getset |
Gets or Sets AuditInfo
|
getset |
Comments that can be used to recollect the operation performed on the resource object. API clients need to ensure that no sensitive information is passed in the memo. Alacriti (EBPP) is not responsible for the security of any sensitive information that may be passed as part of the memo.
Comments that can be used to recollect the operation performed on the resource object. API clients need to ensure that no sensitive information is passed in the memo. Alacriti (EBPP) is not responsible for the security of any sensitive information that may be passed as part of the memo.
|
getset |
Gets or Sets CustomerAccounts
|
getset |
The unique identifier in the client system for the customer.
The unique identifier in the client system for the customer.
|
getset |
The additional information or meta-information that EBPP can accept, maintain and transmit back to the client. The custom fields need to be configured with EBPP before they can be accepted. EBPP would reject custom fields that are not pre-configured. Please contact <a href = "mailto: suppo"> rt@b iller paym ents. comsuppo</a> for more information on configuring and using custom fields. Only the custom fields enabled for the client, in EBPP, would be accepted in the requests. rt@b iller paym ents. com
The additional information or meta-information that EBPP can accept, maintain and transmit back to the client. The custom fields need to be configured with EBPP before they can be accepted. EBPP would reject custom fields that are not pre-configured. Please contact <a href = "mailto: suppo"> rt@b iller paym ents. comsuppo</a> for more information on configuring and using custom fields. Only the custom fields enabled for the client, in EBPP, would be accepted in the requests. rt@b iller paym ents. com
|
getset |
The date of birth of the customer. It should be in the full-date format as per ISO8601, namely, YYYY-MM-DD.
The date of birth of the customer. It should be in the full-date format as per ISO8601, namely, YYYY-MM-DD.
|
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.
|
getset |
The first name of the customer. Either first_name or last_name is required to create a customer.
The first name of the customer. Either first_name or last_name is required to create a customer.
|
getset |
Gets or Sets FundingAccounts
|
getset |
The home phone number of the customer.
The home phone number of the customer.
|
getset |
The unique identifier assigned by EBPP to the customer.
The unique identifier assigned by EBPP to the customer.
|
getset |
The last name of the customer. Either first_name or last_name is required to create a customer.
The last name of the customer. Either first_name or last_name is required to create a customer.
|
getset |
The language in which the customer wants the alerts and notifications from EBPP. This is to be specified in the format,<br><i>< <b>ISO-639-1 language code</b> >_< <b>ISO ALPHA-2 Country Code</b> ></i>.<br> For e.g., <b>en_US</b> indicates the language preference as US English, which is also the default value.
The language in which the customer wants the alerts and notifications from EBPP. This is to be specified in the format,<br><i>< <b>ISO-639-1 language code</b> >_< <b>ISO ALPHA-2 Country Code</b> ></i>.<br> For e.g., <b>en_US</b> indicates the language preference as US English, which is also the default value.
|
getset |
The middle name of the customer.
The middle name of the customer.
|
getset |
The mobile phone number of the customer.
The mobile phone number of the customer.
|
getset |
Gets or Sets Payments
|
getset |
Gets or Sets PaymentSetups
|
getset |
The email address of the customer registered with the client. This may be used to uniquely identify the customer if the client is set up accordingly in EBPP.
The email address of the customer registered with the client. This may be used to uniquely identify the customer if the client is set up accordingly in EBPP.
|
getset |
The SSN of the customer if the account holder is an individual or the tax ID, if the customer is a business.
The SSN of the customer if the account holder is an individual or the tax ID, if the customer is a business.
|
getset |
This URL fetches the Customer details.
This URL fetches the Customer details.
|
getset |
The work phone number of the customer.
The work phone number of the customer.