My Project
|
Public Member Functions | |
FundingAccountResponse (string accountHolderName=default(string), string nickname=default(string), FundingAccountAddress address=default(FundingAccountAddress), string accountNumber=default(string), string abaRoutingNumber=default(string), string issuerName=default(string), string currencyCode3d=default(string), string expiryDate=default(string), string accountHolderType=default(string), Dictionary< string, string > customFields=default(Dictionary< string, string >), string accountSubtype=default(string), string id=default(string), string url=default(string), string achEligibleFlag=default(string), string atmEligibleFlag=default(string), string cardCvvNumber=default(string), string accountType=default(string), string status=default(string), string displayText=default(string), string comments=default(string), AuditInfoVo auditInfo=default(AuditInfoVo)) | |
Initializes a new instance of the FundingAccountResponse 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 (FundingAccountResponse input) |
Returns true if FundingAccountResponse instances are equal More... | |
override int | GetHashCode () |
Gets the hash code 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... | |
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. In case of Apple Pay, this is the device-specific account number of the card. More... | |
string | AbaRoutingNumber [get, set] |
The ABA/Routing number for the bank account. More... | |
string | IssuerName [get, set] |
The name of the authority that has issued the account. This is relevant only in the case of bank accounts. More... | |
string | CurrencyCode3d [get, set] |
The three-letter currency code in the ISO4217 format, in uppercase, for the card account. It must be a currency supported by EBPP. This defaults to USD. 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. 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 | Id [get, set] |
Id is a unique identifier assigned to the funding account in EBPP. A new Id is generated for the funding account when the account number is updated. More... | |
string | Url [get, set] |
This URL fetches the funding account details. More... | |
string | CardCvvNumber [get, set] |
This is never returned by EBPP. This needs to be passed to EBPP when adding or editing a card funding account. More... | |
string | DisplayText [get, set] |
UI representation of the account. 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... | |
AuditInfoVo | AuditInfo [get, set] |
Gets or Sets AuditInfo More... | |
Orbipay.PaymentsApi.Client.Models.FundingAccountResponse.FundingAccountResponse | ( | string | accountHolderName = default(string) , |
string | nickname = default(string) , |
||
FundingAccountAddress | address = default(FundingAccountAddress) , |
||
string | accountNumber = default(string) , |
||
string | abaRoutingNumber = default(string) , |
||
string | issuerName = default(string) , |
||
string | currencyCode3d = default(string) , |
||
string | expiryDate = default(string) , |
||
string | accountHolderType = default(string) , |
||
Dictionary< string, string > | customFields = default(Dictionary<string, string>) , |
||
string | accountSubtype = default(string) , |
||
string | id = default(string) , |
||
string | url = default(string) , |
||
string | achEligibleFlag = default(string) , |
||
string | atmEligibleFlag = default(string) , |
||
string | cardCvvNumber = default(string) , |
||
string | accountType = default(string) , |
||
string | status = default(string) , |
||
string | displayText = default(string) , |
||
string | comments = default(string) , |
||
AuditInfoVo | auditInfo = default(AuditInfoVo) |
||
) |
Initializes a new instance of the FundingAccountResponse class.
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. In case of Apple Pay, this is the device-specific account number of the card.. |
abaRoutingNumber | The ABA/Routing number for the bank account.. |
issuerName | The name of the authority that has issued the account. This is relevant only in the case of bank accounts.. |
currencyCode3d | The three-letter currency code in the ISO4217 format, in uppercase, for the card account. It must be a currency supported by EBPP. This defaults to USD.. |
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. This is applicable only in the case of bank accounts and it is defaults to personal. . |
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 |
accountSubtype | The sub type of the funding account. This is derived by EBPP in the case of card funding accounts. It needs to be passed when adding or editing a DDA/Bank/ApplePay account. For e.g., a savings account, a checking account.. |
id | Id is a unique identifier assigned to the funding account in EBPP. A new Id is generated for the funding account when the account number is updated.. |
url | This URL fetches the funding account details.. |
achEligibleFlag | Indicates if the funding account can be debited vide ACH, in case the funding account is a Demand Deposit Account (DDA).. |
atmEligibleFlag | Indicates if the funding account can be debited vide the ATM Rail network, in case the funding account is a Debit Card.. |
cardCvvNumber | This is never returned by EBPP. This needs to be passed to EBPP when adding or editing a card funding account.. |
accountType | The type of the funding account.. |
status | The status of the funding account in EBPP. . |
displayText | UI representation of the account.. |
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.FundingAccountResponse.Equals | ( | object | input | ) |
Returns true if objects are equal
input | Object to be compared |
bool Orbipay.PaymentsApi.Client.Models.FundingAccountResponse.Equals | ( | FundingAccountResponse | input | ) |
Returns true if FundingAccountResponse instances are equal
input | Instance of FundingAccountResponse to be compared |
override int Orbipay.PaymentsApi.Client.Models.FundingAccountResponse.GetHashCode | ( | ) |
Gets the hash code
|
virtual |
Returns the JSON string presentation of the object
override string Orbipay.PaymentsApi.Client.Models.FundingAccountResponse.ToString | ( | ) |
Returns the string presentation of the object
|
getset |
The ABA/Routing number for the bank account.
The ABA/Routing number for the bank account.
|
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 funding account. In case of Apple Pay, this is the device-specific account number of the card.
The number or reference that a customer uses to identify the funding account. In case of Apple Pay, this is the device-specific account number of the card.
|
getset |
Gets or Sets Address
|
getset |
Gets or Sets AuditInfo
|
getset |
This is never returned by EBPP. This needs to be passed to EBPP when adding or editing a card funding account.
This is never returned by EBPP. This needs to be passed to EBPP when adding or editing a card funding account.
|
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 three-letter currency code in the ISO4217 format, in uppercase, for the card account. It must be a currency supported by EBPP. This defaults to USD.
The three-letter currency code in the ISO4217 format, in uppercase, for the card account. It must be a currency supported by EBPP. This defaults to USD.
|
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 |
UI representation of the account.
UI representation of the account.
|
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.
|
getset |
Id is a unique identifier assigned to the funding account in EBPP. A new Id is generated for the funding account when the account number is updated.
Id is a unique identifier assigned to the funding account in EBPP. A new Id is generated for the funding account when the account number is updated.
|
getset |
The name of the authority that has issued the account. This is relevant only in the case of bank accounts.
The name of the authority that has issued the account. This is relevant only in the case of bank accounts.
|
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 |
This URL fetches the funding account details.
This URL fetches the funding account details.