My Project
|
Public Member Functions | |
CustomerAccountResponse (string accountHolderName=default(string), string nickname=default(string), AddressVo address=default(AddressVo), string customerAccountReference=default(string), string accountNumber=default(string), string currentBalance=default(string), string currentStatementBalance=default(string), string minimumPaymentDue=default(string), string pastAmountDue=default(string), string paymentDueDate=default(string), string statementDate=default(string), string id=default(string), string url=default(string), string status=default(string), Dictionary< string, string > customFields=default(Dictionary< string, string >), string comments=default(string), AuditInfoVo auditInfo=default(AuditInfoVo)) | |
Initializes a new instance of the CustomerAccountResponse 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 (CustomerAccountResponse input) |
Returns true if CustomerAccountResponse instances are equal More... | |
override int | GetHashCode () |
Gets the hash code More... | |
Protected Member Functions | |
CustomerAccountResponse () | |
Initializes a new instance of the CustomerAccountResponse class. More... | |
Properties | |
string | AccountHolderName [get, set] |
The name as specified on the account. More... | |
string | Nickname [get, set] |
The nickname by which a customer might want to identify the account. More... | |
AddressVo | Address [get, set] |
Gets or Sets Address More... | |
string | CustomerAccountReference [get, set] |
The unique identifier in the client system for the customer account. More... | |
string | AccountNumber [get, set] |
The number or reference that a customer uses to identify the customer's account. More... | |
string | CurrentBalance [get, set] |
The current balance on the customer's account with the biller. More... | |
string | CurrentStatementBalance [get, set] |
The balance on the customer’s account with the biller as reported on the last statement. More... | |
string | MinimumPaymentDue [get, set] |
The minimum payment amount, as specified by the biller, that needs to be made against the customer’s account. More... | |
string | PastAmountDue [get, set] |
The amount that is due from the past bills/statements on the customer’s account with the biller. More... | |
string | PaymentDueDate [get, set] |
The date by which the customer needs to clear the dues against the customer's account with the biller. It must be in ISO8601 full-date format, namely, YYYY-MM-DD. More... | |
string | StatementDate [get, set] |
The date on which the biller generates the statement for the customer's account. It must be in ISO8601 full-date format, namely, YYYY-MM-DD. More... | |
string | Id [get, set] |
Id is a unique identifier assigned to the customer account in EBPP. More... | |
string | Url [get, set] |
This URL fetches the Account details. 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 | 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... | |
AuditInfoVo | AuditInfo [get, set] |
Gets or Sets AuditInfo More... | |
|
protected |
Initializes a new instance of the CustomerAccountResponse class.
Orbipay.PaymentsApi.Client.Models.CustomerAccountResponse.CustomerAccountResponse | ( | string | accountHolderName = default(string) , |
string | nickname = default(string) , |
||
AddressVo | address = default(AddressVo) , |
||
string | customerAccountReference = default(string) , |
||
string | accountNumber = default(string) , |
||
string | currentBalance = default(string) , |
||
string | currentStatementBalance = default(string) , |
||
string | minimumPaymentDue = default(string) , |
||
string | pastAmountDue = default(string) , |
||
string | paymentDueDate = default(string) , |
||
string | statementDate = default(string) , |
||
string | id = default(string) , |
||
string | url = default(string) , |
||
string | status = default(string) , |
||
Dictionary< string, string > | customFields = default(Dictionary<string, string>) , |
||
string | comments = default(string) , |
||
AuditInfoVo | auditInfo = default(AuditInfoVo) |
||
) |
Initializes a new instance of the CustomerAccountResponse class.
accountHolderName | The name as specified on the account. (required). |
nickname | The nickname by which a customer might want to identify the account.. |
address | address. |
customerAccountReference | The unique identifier in the client system for the customer account.. |
accountNumber | The number or reference that a customer uses to identify the customer's account. (required). |
currentBalance | The current balance on the customer's account with the biller.. |
currentStatementBalance | The balance on the customer’s account with the biller as reported on the last statement.. |
minimumPaymentDue | The minimum payment amount, as specified by the biller, that needs to be made against the customer’s account.. |
pastAmountDue | The amount that is due from the past bills/statements on the customer’s account with the biller.. |
paymentDueDate | The date by which the customer needs to clear the dues against the customer's account with the biller. It must be in ISO8601 full-date format, namely, YYYY-MM-DD.. |
statementDate | The date on which the biller generates the statement for the customer's account. It must be in ISO8601 full-date format, namely, YYYY-MM-DD.. |
id | Id is a unique identifier assigned to the customer account in EBPP.. |
url | This URL fetches the Account details.. |
status | The status of the customer's account in EBPP. (required). |
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 |
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.. |
auditInfo | auditInfo. |
override bool Orbipay.PaymentsApi.Client.Models.CustomerAccountResponse.Equals | ( | object | input | ) |
Returns true if objects are equal
input | Object to be compared |
bool Orbipay.PaymentsApi.Client.Models.CustomerAccountResponse.Equals | ( | CustomerAccountResponse | input | ) |
Returns true if CustomerAccountResponse instances are equal
input | Instance of CustomerAccountResponse to be compared |
override int Orbipay.PaymentsApi.Client.Models.CustomerAccountResponse.GetHashCode | ( | ) |
Gets the hash code
|
virtual |
Returns the JSON string presentation of the object
override string Orbipay.PaymentsApi.Client.Models.CustomerAccountResponse.ToString | ( | ) |
Returns the string presentation of the object
|
getset |
The name as specified on the account.
The name as specified on the account.
|
getset |
The number or reference that a customer uses to identify the customer's account.
The number or reference that a customer uses to identify the customer's account.
|
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 |
The current balance on the customer's account with the biller.
The current balance on the customer's account with the biller.
|
getset |
The balance on the customer’s account with the biller as reported on the last statement.
The balance on the customer’s account with the biller as reported on the last statement.
|
getset |
The unique identifier in the client system for the customer account.
The unique identifier in the client system for the customer account.
|
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 |
Id is a unique identifier assigned to the customer account in EBPP.
Id is a unique identifier assigned to the customer account in EBPP.
|
getset |
The minimum payment amount, as specified by the biller, that needs to be made against the customer’s account.
The minimum payment amount, as specified by the biller, that needs to be made against the customer’s account.
|
getset |
The nickname by which a customer might want to identify the account.
The nickname by which a customer might want to identify the account.
|
getset |
The amount that is due from the past bills/statements on the customer’s account with the biller.
The amount that is due from the past bills/statements on the customer’s account with the biller.
|
getset |
The date by which the customer needs to clear the dues against the customer's account with the biller. It must be in ISO8601 full-date format, namely, YYYY-MM-DD.
The date by which the customer needs to clear the dues against the customer's account with the biller. It must be in ISO8601 full-date format, namely, YYYY-MM-DD.
|
getset |
The date on which the biller generates the statement for the customer's account. It must be in ISO8601 full-date format, namely, YYYY-MM-DD.
The date on which the biller generates the statement for the customer's account. It must be in ISO8601 full-date format, namely, YYYY-MM-DD.
|
getset |
This URL fetches the Account details.
This URL fetches the Account details.