My Project
 All Classes Namespaces Files Functions Variables Typedefs Properties Pages
Orbipay.PaymentsApi.Client.Models.FundingAccountResponseCgen Class Reference

More...

Inheritance diagram for Orbipay.PaymentsApi.Client.Models.FundingAccountResponseCgen:

Public Member Functions

 FundingAccountResponseCgen (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 comments=default(string), string deleted=default(string), AuditInfoVo auditInfo=default(AuditInfoVo))
 Initializes a new instance of the FundingAccountResponseCgen 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 (FundingAccountResponseCgen input)
 Returns true if FundingAccountResponseCgen 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. 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 Orbipay. This defaults to USD. More...
 
string ExpiryDate [get, set]
 The expiry date for the card. This is to be in the format MM/yy. Only applicable for cards accounts. More...
 
Dictionary< string, string > CustomFields [get, set]
 The additional information or meta-information that Orbipay can accept, maintain and transmit back to the client. The custom fields need to be configured with Orbipay before they can be accepted. Orbipay would reject custom fields that are not pre-configured. Please contact <a href &#x3D; &quot;mailto: suppo.nosp@m.rt@b.nosp@m.iller.nosp@m.paym.nosp@m.ents..nosp@m.com&quot;>suppo.nosp@m.rt@b.nosp@m.iller.nosp@m.paym.nosp@m.ents..nosp@m.com</a> for more information on configuring and using custom fields. Only the custom fields enabled for the client, in Orbipay, would be accepted in the requests. More...
 
string Id [get, set]
 Id is a unique identifier assigned to the funding account in Orbipay. 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 Orbipay. This needs to be passed to Orbipay when adding or editing a card funding 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 (Orbipay) is not responsible for the security of any sensitive information that may be passed as part of the memo. More...
 
string Deleted [get, set]
 The status of funding account which says whether the funding account is deleted or not More...
 
AuditInfoVo AuditInfo [get, set]
 Gets or Sets AuditInfo More...
 

Detailed Description

This class subject to change without prior notice, Please dont use this class directly.

Constructor & Destructor Documentation

Orbipay.PaymentsApi.Client.Models.FundingAccountResponseCgen.FundingAccountResponseCgen ( 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  comments = default(string),
string  deleted = default(string),
AuditInfoVo  auditInfo = default(AuditInfoVo) 
)

Initializes a new instance of the FundingAccountResponseCgen class.

Parameters
accountHolderNameThe name as specified on the account..
nicknameThe nickname by which a customer might want to identify the account..
addressaddress.
accountNumberThe number or reference that a customer uses to identify the funding account..
abaRoutingNumberThe ABA/Routing number for the bank account..
issuerNameThe name of the authority that has issued the account. This is relevant only in the case of bank accounts..
currencyCode3dThe three-letter currency code in the ISO4217 format, in uppercase, for the card account. It must be a currency supported by Orbipay. This defaults to USD..
expiryDateThe expiry date for the card. This is to be in the format MM/yy. Only applicable for cards accounts..
accountHolderTypeThe type of ownership for the funding account. This is applicable only in the case of bank accounts and it is defaults to personal. .
customFieldsThe additional information or meta-information that Orbipay can accept, maintain and transmit back to the client. The custom fields need to be configured with Orbipay before they can be accepted. Orbipay would reject custom fields that are not pre-configured. Please contact <a href &#x3D; &quot;mailto: suppo.nosp@m.rt@b.nosp@m.iller.nosp@m.paym.nosp@m.ents..nosp@m.com&quot;>suppo.nosp@m.rt@b.nosp@m.iller.nosp@m.paym.nosp@m.ents..nosp@m.com</a> for more information on configuring and using custom fields. Only the custom fields enabled for the client, in Orbipay, would be accepted in the requests..
accountSubtypeThe sub type of the funding account. This is derived by Orbipay in the case of card funding accounts. It needs to be passed when adding or editing a DDA/bank account. For e.g., a savings account, a checking account..
idId is a unique identifier assigned to the funding account in Orbipay. A new Id is generated for the funding account when the account number is updated..
urlThis URL fetches the funding account details..
achEligibleFlagIndicates if the funding account can be debited vide ACH, in case the funding account is a Demand Deposit Account (DDA)..
atmEligibleFlagIndicates if the funding account can be debited vide the ATM Rail network, in case the funding account is a Debit Card..
cardCvvNumberThis is never returned by Orbipay. This needs to be passed to Orbipay when adding or editing a card funding account..
accountTypeThe type of the funding account..
statusThe status of the funding account in Orbipay..
commentsComments 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 (Orbipay) is not responsible for the security of any sensitive information that may be passed as part of the memo..
deletedThe status of funding account which says whether the funding account is deleted or not.
auditInfoauditInfo.

Member Function Documentation

override bool Orbipay.PaymentsApi.Client.Models.FundingAccountResponseCgen.Equals ( object  input)

Returns true if objects are equal

Parameters
inputObject to be compared
Returns
Boolean
bool Orbipay.PaymentsApi.Client.Models.FundingAccountResponseCgen.Equals ( FundingAccountResponseCgen  input)

Returns true if FundingAccountResponseCgen instances are equal

Parameters
inputInstance of FundingAccountResponseCgen to be compared
Returns
Boolean
override int Orbipay.PaymentsApi.Client.Models.FundingAccountResponseCgen.GetHashCode ( )

Gets the hash code

Returns
Hash code
virtual string Orbipay.PaymentsApi.Client.Models.FundingAccountResponseCgen.ToJson ( )
virtual

Returns the JSON string presentation of the object

Returns
string
override string Orbipay.PaymentsApi.Client.Models.FundingAccountResponseCgen.ToString ( )

Returns the string presentation of the object

Returns
string

Property Documentation

string Orbipay.PaymentsApi.Client.Models.FundingAccountResponseCgen.AbaRoutingNumber
getset

The ABA/Routing number for the bank account.

The ABA/Routing number for the bank account.

string Orbipay.PaymentsApi.Client.Models.FundingAccountResponseCgen.AccountHolderName
getset

The name as specified on the account.

The name as specified on the account.

string Orbipay.PaymentsApi.Client.Models.FundingAccountResponseCgen.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.

FundingAccountAddress Orbipay.PaymentsApi.Client.Models.FundingAccountResponseCgen.Address
getset

Gets or Sets Address

AuditInfoVo Orbipay.PaymentsApi.Client.Models.FundingAccountResponseCgen.AuditInfo
getset

Gets or Sets AuditInfo

string Orbipay.PaymentsApi.Client.Models.FundingAccountResponseCgen.CardCvvNumber
getset

This is never returned by Orbipay. This needs to be passed to Orbipay when adding or editing a card funding account.

This is never returned by Orbipay. This needs to be passed to Orbipay when adding or editing a card funding account.

string Orbipay.PaymentsApi.Client.Models.FundingAccountResponseCgen.Comments
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 (Orbipay) 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 (Orbipay) is not responsible for the security of any sensitive information that may be passed as part of the memo.

string Orbipay.PaymentsApi.Client.Models.FundingAccountResponseCgen.CurrencyCode3d
getset

The three-letter currency code in the ISO4217 format, in uppercase, for the card account. It must be a currency supported by Orbipay. 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 Orbipay. This defaults to USD.

Dictionary<string, string> Orbipay.PaymentsApi.Client.Models.FundingAccountResponseCgen.CustomFields
getset

The additional information or meta-information that Orbipay can accept, maintain and transmit back to the client. The custom fields need to be configured with Orbipay before they can be accepted. Orbipay would reject custom fields that are not pre-configured. Please contact <a href &#x3D; &quot;mailto: suppo.nosp@m.rt@b.nosp@m.iller.nosp@m.paym.nosp@m.ents..nosp@m.com&quot;>suppo.nosp@m.rt@b.nosp@m.iller.nosp@m.paym.nosp@m.ents..nosp@m.com</a> for more information on configuring and using custom fields. Only the custom fields enabled for the client, in Orbipay, would be accepted in the requests.

The additional information or meta-information that Orbipay can accept, maintain and transmit back to the client. The custom fields need to be configured with Orbipay before they can be accepted. Orbipay would reject custom fields that are not pre-configured. Please contact <a href &#x3D; &quot;mailto: suppo.nosp@m.rt@b.nosp@m.iller.nosp@m.paym.nosp@m.ents..nosp@m.com&quot;>suppo.nosp@m.rt@b.nosp@m.iller.nosp@m.paym.nosp@m.ents..nosp@m.com</a> for more information on configuring and using custom fields. Only the custom fields enabled for the client, in Orbipay, would be accepted in the requests.

string Orbipay.PaymentsApi.Client.Models.FundingAccountResponseCgen.Deleted
getset

The status of funding account which says whether the funding account is deleted or not

The status of funding account which says whether the funding account is deleted or not

string Orbipay.PaymentsApi.Client.Models.FundingAccountResponseCgen.ExpiryDate
getset

The expiry date for the card. This is to be in the format MM/yy. Only applicable for cards accounts.

The expiry date for the card. This is to be in the format MM/yy. Only applicable for cards accounts.

string Orbipay.PaymentsApi.Client.Models.FundingAccountResponseCgen.Id
getset

Id is a unique identifier assigned to the funding account in Orbipay. 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 Orbipay. A new Id is generated for the funding account when the account number is updated.

string Orbipay.PaymentsApi.Client.Models.FundingAccountResponseCgen.IssuerName
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.

string Orbipay.PaymentsApi.Client.Models.FundingAccountResponseCgen.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.

string Orbipay.PaymentsApi.Client.Models.FundingAccountResponseCgen.Url
getset

This URL fetches the funding account details.

This URL fetches the funding account details.


The documentation for this class was generated from the following file: