More...
|
| | UpdateFundingAccountRequest (string accountHolderName=default(string), string nickname=default(string), FundingAccountAddress address=default(FundingAccountAddress), string accountNumber=default(string), string abaRoutingNumber=default(string), string expiryDate=default(string), string accountHolderType=default(string), Dictionary< string, string > customFields=default(Dictionary< string, string >), string accountSubtype=default(string), string status=default(string), string cardCvvNumber=default(string), string comments=default(string)) |
| | Initializes a new instance of the UpdateFundingAccountRequest 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 (UpdateFundingAccountRequest input) |
| | Returns true if UpdateFundingAccountRequest instances are equal More...
|
| |
| override int | GetHashCode () |
| | Gets the hash code More...
|
| |
|
| 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...
|
| |
| FundingAccountAddress | Address [get, set] |
| | Gets or Sets Address More...
|
| |
| string | AccountNumber [get, set] |
| | The number or reference that a customer uses to identify the funding account. More...
|
| |
| string | AbaRoutingNumber [get, set] |
| | The ABA/Routing number for the bank account. More...
|
| |
| string | ExpiryDate [get, set] |
| | The expiry date for the card. This is to be in the format MM/YY. More...
|
| |
| Dictionary< string, string > | CustomFields [get, set] |
| | The additional information or meta-information that EBPP can accept, maintain and transmit back to the client. More...
|
| |
| string | CardCvvNumber [get, set] |
| | Gets or Sets CardCvvNumber More...
|
| |
| string | Comments [get, set] |
| | Comments that can be used to recollect the operation performed on the resource object. More...
|
| |
This class subject to change without prior notice, Please dont use this class directly.
| Orbipay.PaymentsApi.Client.Models.UpdateFundingAccountRequest.UpdateFundingAccountRequest |
( |
string |
accountHolderName = default(string), |
|
|
string |
nickname = default(string), |
|
|
FundingAccountAddress |
address = default(FundingAccountAddress), |
|
|
string |
accountNumber = default(string), |
|
|
string |
abaRoutingNumber = default(string), |
|
|
string |
expiryDate = default(string), |
|
|
string |
accountHolderType = default(string), |
|
|
Dictionary< string, string > |
customFields = default(Dictionary<string, string>), |
|
|
string |
accountSubtype = default(string), |
|
|
string |
status = default(string), |
|
|
string |
cardCvvNumber = default(string), |
|
|
string |
comments = default(string) |
|
) |
| |
Initializes a new instance of the UpdateFundingAccountRequest class.
- Parameters
-
| accountHolderName | The name as specified on the account.. |
| nickname | The nickname by which a customer might want to identify the account.. |
| address | address. |
| accountNumber | The number or reference that a customer uses to identify the funding account.. |
| abaRoutingNumber | The ABA/Routing number for the bank account.. |
| expiryDate | The expiry date for the card. This is to be in the format MM/YY.. |
| accountHolderType | The type of ownership for the funding account. . |
| customFields | The additional information or meta-information that EBPP can accept, maintain and transmit back to the client. . |
| accountSubtype | The sub type of the funding account. This is derived by EBPP in the case of card funding accounts.. |
| status | The status of the funding account in EBPP.. |
| cardCvvNumber | cardCvvNumber. |
| comments | Comments that can be used to recollect the operation performed on the resource object.. |
| override bool Orbipay.PaymentsApi.Client.Models.UpdateFundingAccountRequest.Equals |
( |
object |
input | ) |
|
Returns true if objects are equal
- Parameters
-
| input | Object to be compared |
- Returns
- Boolean
| override int Orbipay.PaymentsApi.Client.Models.UpdateFundingAccountRequest.GetHashCode |
( |
| ) |
|
Gets the hash code
- Returns
- Hash code
| virtual string Orbipay.PaymentsApi.Client.Models.UpdateFundingAccountRequest.ToJson |
( |
| ) |
|
|
virtual |
Returns the JSON string presentation of the object
- Returns
- string
| override string Orbipay.PaymentsApi.Client.Models.UpdateFundingAccountRequest.ToString |
( |
| ) |
|
Returns the string presentation of the object
- Returns
- string
| string Orbipay.PaymentsApi.Client.Models.UpdateFundingAccountRequest.AbaRoutingNumber |
|
getset |
The ABA/Routing number for the bank account.
The ABA/Routing number for the bank account.
| string Orbipay.PaymentsApi.Client.Models.UpdateFundingAccountRequest.AccountHolderName |
|
getset |
The name as specified on the account.
The name as specified on the account.
| string Orbipay.PaymentsApi.Client.Models.UpdateFundingAccountRequest.AccountNumber |
|
getset |
The number or reference that a customer uses to identify the funding account.
The number or reference that a customer uses to identify the funding account.
| string Orbipay.PaymentsApi.Client.Models.UpdateFundingAccountRequest.CardCvvNumber |
|
getset |
Gets or Sets CardCvvNumber
| string Orbipay.PaymentsApi.Client.Models.UpdateFundingAccountRequest.Comments |
|
getset |
Comments that can be used to recollect the operation performed on the resource object.
Comments that can be used to recollect the operation performed on the resource object.
| Dictionary<string, string> Orbipay.PaymentsApi.Client.Models.UpdateFundingAccountRequest.CustomFields |
|
getset |
The additional information or meta-information that EBPP can accept, maintain and transmit back to the client.
The additional information or meta-information that EBPP can accept, maintain and transmit back to the client.
| string Orbipay.PaymentsApi.Client.Models.UpdateFundingAccountRequest.ExpiryDate |
|
getset |
The expiry date for the card. This is to be in the format MM/YY.
The expiry date for the card. This is to be in the format MM/YY.
| string Orbipay.PaymentsApi.Client.Models.UpdateFundingAccountRequest.Nickname |
|
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.
The documentation for this class was generated from the following file: