My Project
 All Classes Namespaces Files Functions Variables Typedefs Properties Pages
Orbipay.PaymentsApi.Client.Wrappers.FundingAccount Class Reference
Inheritance diagram for Orbipay.PaymentsApi.Client.Wrappers.FundingAccount:
Orbipay.PaymentsApi.Client.Wrappers.Base

Public Member Functions

string GetAccountHolderName ()
 The name as specified on the account. More...
 
string GetNickname ()
 The nickname by which a customer might want to identify the account. More...
 
Address GetAddress ()
 Gets Address More...
 
string GetAccountNumber ()
 The number or reference that a customer uses to identify the funding account. More...
 
string GetAbaRoutingNumber ()
 The ABA/Routing number for the bank account. More...
 
string GetIssuerName ()
 The name of the authority that has issued the account. This is relevant only in the case of bank accounts. More...
 
string GetCurrencyCode3d ()
 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 GetExpiryDate ()
 The expiry date for the card. This is to be in the format MM/yy. Only applicable for cards accounts. More...
 
string GetAccountHolderType ()
 The type of ownership for the funding account. This is applicable only in the case of bank accounts and it is defaults to personal. More...
 
Dictionary< string, string > GetCustomFields ()
 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 GetAccountSubtype ()
 The 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. More...
 
string GetId ()
 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 GetUrl ()
 This URL fetches the funding account details. More...
 
string GetAchEligibleFlag ()
 Indicates if the funding account can be debited vide ACH, in case the funding account is a Demand Deposit Account (DDA). More...
 
string GetAtmEligibleFlag ()
 Indicates if the funding account can be debited vide the ATM Rail network, in case the funding account is a Debit Card. More...
 
string GetCardCvvNumber ()
 This is never returned by Orbipay. This needs to be passed to Orbipay when adding or editing a card funding account. More...
 
string GetAccountType ()
 The type of the funding account. More...
 
string GetStatus ()
 The status of the funding account in Orbipay. More...
 
string GetComments ()
 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 GetDeleted ()
 The status of funding account which says whether the funding account is deleted or not More...
 
AuditInfo GetAuditInfo ()
 Gets AuditInfo More...
 
string GetID_CUSTOMER ()
 The unique identifier assigned by EBPP to the customer. More...
 
string GetID_FUNDING_ACCOUNT ()
 The unique identifier assigned by EBPP to the Funding Account. More...
 
 FundingAccount (string iDFUNDINGACCOUNT=null)
 
FundingAccount ForClient (string clientKey)
 
FundingAccount VideChannel (string channel)
 
FundingAccount WithDetails (string accountHolderName, string nickname, string accountNumber, string accountSubtype, string abaRoutingNumber, string cardCvvNumber, string expiryDate, string accountHolderType)
 
FundingAccount WithRecordedDetails (string accountNumber, string issuerName)
 
FundingAccount WithStatus (string status)
 
FundingAccount WithAddress (Address address)
 
FundingAccount WithCustomFields (Dictionary< string, string > customFields)
 
FundingAccount WithMemo (string comments)
 
FundingAccount ForCustomer (string iDCUSTOMER)
 
FundingAccount CreatedBy (string requestor, string requestorType)
 CreatedBy Method. More...
 
FundingAccount DeletedBy (string requestor, string requestorType)
 DeletedBy Method. More...
 
FundingAccount RetrievedBy (string requestor, string requestorType)
 RetrievedBy Method. More...
 
FundingAccount ReplacedBy (string requestor, string requestorType)
 ReplacedBy Method. More...
 
FundingAccount UpdatedBy (string requestor, string requestorType)
 UpdatedBy Method. More...
 
FundingAccount Create (InvocationContext invocation_context, string live_mode=null, string api_end_point=null)
 Create Method. More...
 
FundingAccount Delete (InvocationContext invocation_context, string live_mode=null, string api_end_point=null)
 Delete Method. More...
 
FundingAccount Get (InvocationContext invocation_context, string live_mode=null, string api_end_point=null)
 Get Method. More...
 
FundingAccount Replace (InvocationContext invocation_context, string live_mode=null, string api_end_point=null)
 Replace Method. More...
 
FundingAccount Update (InvocationContext invocation_context, string live_mode=null, string api_end_point=null)
 Update Method. More...
 
IEnumerator< FundingAccountGetEnumerator ()
 
- Public Member Functions inherited from Orbipay.PaymentsApi.Client.Wrappers.Base
String GetLiveMode ()
 
string GetApiEndPoint ()
 
void SetLiveMode (String LiveMode=default(String))
 
void SetHttpStatusCode (int httpStatusCode)
 
InvocationContext GetInvocationContext ()
 
int GetHttpStatusCode ()
 
void SetInvocationContext (InvocationContext invocationContext)
 
void Dispose ()
 

Public Attributes

string AccountHolderName
 The name as specified on the account. More...
 
string Nickname
 The nickname by which a customer might want to identify the account. More...
 
Address Address
 Address More...
 
string AccountNumber
 The number or reference that a customer uses to identify the funding account. More...
 
string AbaRoutingNumber
 The ABA/Routing number for the bank account. More...
 
string IssuerName
 The name of the authority that has issued the account. This is relevant only in the case of bank accounts. More...
 
string CurrencyCode3d
 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
 The expiry date for the card. This is to be in the format MM/yy. Only applicable for cards accounts. More...
 
string 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. More...
 
Dictionary< string, string > CustomFields
 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 AccountSubtype
 The 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. More...
 
string Id
 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
 This URL fetches the funding account details. More...
 
string AchEligibleFlag
 Indicates if the funding account can be debited vide ACH, in case the funding account is a Demand Deposit Account (DDA). More...
 
string AtmEligibleFlag
 Indicates if the funding account can be debited vide the ATM Rail network, in case the funding account is a Debit Card. More...
 
string CardCvvNumber
 This is never returned by Orbipay. This needs to be passed to Orbipay when adding or editing a card funding account. More...
 
string AccountType
 The type of the funding account. More...
 
string Status
 The status of the funding account in Orbipay. More...
 
string 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 (Orbipay) is not responsible for the security of any sensitive information that may be passed as part of the memo. More...
 
string Deleted
 The status of funding account which says whether the funding account is deleted or not More...
 
AuditInfo AuditInfo
 AuditInfo More...
 
string ID_CUSTOMER
 The unique identifier assigned by EBPP to the customer. More...
 
string ID_FUNDING_ACCOUNT
 The unique identifier assigned by EBPP to the Funding Account. More...
 
- Public Attributes inherited from Orbipay.PaymentsApi.Client.Wrappers.Base
int HttpStatusCode
 

Additional Inherited Members

- Protected Member Functions inherited from Orbipay.PaymentsApi.Client.Wrappers.Base
Base VideChannel (string channel)
 
Base RequestedBy (string requestor, string requestorType)
 
Base ForClient (string clientKey)
 
Base SetAPIEndpoint (String LiveMode=null, String apiEndPoint=null)
 
Base WithContext (InvocationContext request, String LiveMode=default(String), String apiEndPoint=null)
 

Constructor & Destructor Documentation

Orbipay.PaymentsApi.Client.Wrappers.FundingAccount.FundingAccount ( string  iDFUNDINGACCOUNT = null)

FundingAccount Constructor.

Parameters
ID_FUNDING_ACCOUNTThe ID_FUNDING_ACCOUNT is of type string

Member Function Documentation

FundingAccount Orbipay.PaymentsApi.Client.Wrappers.FundingAccount.Create ( InvocationContext  invocation_context,
string  live_mode = null,
string  api_end_point = null 
)

Create Method.

Parameters
invocationContextThe invocationContext is of type InvocationContext
liveModeThe liveMode is of type String
Exceptions
OrbipayApiExceptionThe only Exception that is thrown in Exceptional case
Returns
FundingAccount
FundingAccount Orbipay.PaymentsApi.Client.Wrappers.FundingAccount.CreatedBy ( string  requestor,
string  requestorType 
)

CreatedBy Method.

Parameters
RequestorThe Requestor is of type string
RequestorTypeThe RequestorType is of type string
Returns
FundingAccount
FundingAccount Orbipay.PaymentsApi.Client.Wrappers.FundingAccount.Delete ( InvocationContext  invocation_context,
string  live_mode = null,
string  api_end_point = null 
)

Delete Method.

Parameters
invocationContextThe invocationContext is of type InvocationContext
liveModeThe liveMode is of type String
Exceptions
OrbipayApiExceptionThe only Exception that is thrown in Exceptional case
Returns
FundingAccount
FundingAccount Orbipay.PaymentsApi.Client.Wrappers.FundingAccount.DeletedBy ( string  requestor,
string  requestorType 
)

DeletedBy Method.

Parameters
RequestorThe Requestor is of type string
RequestorTypeThe RequestorType is of type string
Returns
FundingAccount
FundingAccount Orbipay.PaymentsApi.Client.Wrappers.FundingAccount.ForClient ( string  clientKey)

ForClient Method.

Parameters
ClientKeyThe ClientKey is of type string
Returns
FundingAccount
FundingAccount Orbipay.PaymentsApi.Client.Wrappers.FundingAccount.ForCustomer ( string  iDCUSTOMER)

ForCustomer Method.

Parameters
ID_CUSTOMERThe ID_CUSTOMER is of type string
Returns
FundingAccount
FundingAccount Orbipay.PaymentsApi.Client.Wrappers.FundingAccount.Get ( InvocationContext  invocation_context,
string  live_mode = null,
string  api_end_point = null 
)

Get Method.

Parameters
invocationContextThe invocationContext is of type InvocationContext
liveModeThe liveMode is of type String
Exceptions
OrbipayApiExceptionThe only Exception that is thrown in Exceptional case
Returns
FundingAccount
string Orbipay.PaymentsApi.Client.Wrappers.FundingAccount.GetAbaRoutingNumber ( )

The ABA/Routing number for the bank account.

The ABA/Routing number for the bank account.

string Orbipay.PaymentsApi.Client.Wrappers.FundingAccount.GetAccountHolderName ( )

The name as specified on the account.

The name as specified on the account.

string Orbipay.PaymentsApi.Client.Wrappers.FundingAccount.GetAccountHolderType ( )

The type of ownership for the funding account. This is applicable only in the case of bank accounts and it is defaults to personal.

The type of ownership for the funding account. This is applicable only in the case of bank accounts and it is defaults to personal.

string Orbipay.PaymentsApi.Client.Wrappers.FundingAccount.GetAccountNumber ( )

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.Wrappers.FundingAccount.GetAccountSubtype ( )

The 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.

The 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.

string Orbipay.PaymentsApi.Client.Wrappers.FundingAccount.GetAccountType ( )

The type of the funding account.

The type of the funding account.

string Orbipay.PaymentsApi.Client.Wrappers.FundingAccount.GetAchEligibleFlag ( )

Indicates if the funding account can be debited vide ACH, in case the funding account is a Demand Deposit Account (DDA).

Indicates if the funding account can be debited vide ACH, in case the funding account is a Demand Deposit Account (DDA).

Address Orbipay.PaymentsApi.Client.Wrappers.FundingAccount.GetAddress ( )

Gets Address

string Orbipay.PaymentsApi.Client.Wrappers.FundingAccount.GetAtmEligibleFlag ( )

Indicates if the funding account can be debited vide the ATM Rail network, in case the funding account is a Debit Card.

Indicates if the funding account can be debited vide the ATM Rail network, in case the funding account is a Debit Card.

AuditInfo Orbipay.PaymentsApi.Client.Wrappers.FundingAccount.GetAuditInfo ( )

Gets AuditInfo

string Orbipay.PaymentsApi.Client.Wrappers.FundingAccount.GetCardCvvNumber ( )

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.Wrappers.FundingAccount.GetComments ( )

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.Wrappers.FundingAccount.GetCurrencyCode3d ( )

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.Wrappers.FundingAccount.GetCustomFields ( )

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.Wrappers.FundingAccount.GetDeleted ( )

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

IEnumerator<FundingAccount> Orbipay.PaymentsApi.Client.Wrappers.FundingAccount.GetEnumerator ( )
string Orbipay.PaymentsApi.Client.Wrappers.FundingAccount.GetExpiryDate ( )

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.Wrappers.FundingAccount.GetId ( )

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.Wrappers.FundingAccount.GetID_CUSTOMER ( )

The unique identifier assigned by EBPP to the customer.

The unique identifier assigned by EBPP to the customer.

string Orbipay.PaymentsApi.Client.Wrappers.FundingAccount.GetID_FUNDING_ACCOUNT ( )

The unique identifier assigned by EBPP to the Funding Account.

The unique identifier assigned by EBPP to the Funding Account.

string Orbipay.PaymentsApi.Client.Wrappers.FundingAccount.GetIssuerName ( )

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.Wrappers.FundingAccount.GetNickname ( )

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.Wrappers.FundingAccount.GetStatus ( )

The status of the funding account in Orbipay.

The status of the funding account in Orbipay.

string Orbipay.PaymentsApi.Client.Wrappers.FundingAccount.GetUrl ( )

This URL fetches the funding account details.

This URL fetches the funding account details.

FundingAccount Orbipay.PaymentsApi.Client.Wrappers.FundingAccount.Replace ( InvocationContext  invocation_context,
string  live_mode = null,
string  api_end_point = null 
)

Replace Method.

Parameters
invocationContextThe invocationContext is of type InvocationContext
liveModeThe liveMode is of type String
Exceptions
OrbipayApiExceptionThe only Exception that is thrown in Exceptional case
Returns
FundingAccount
FundingAccount Orbipay.PaymentsApi.Client.Wrappers.FundingAccount.ReplacedBy ( string  requestor,
string  requestorType 
)

ReplacedBy Method.

Parameters
RequestorThe Requestor is of type string
RequestorTypeThe RequestorType is of type string
Returns
FundingAccount
FundingAccount Orbipay.PaymentsApi.Client.Wrappers.FundingAccount.RetrievedBy ( string  requestor,
string  requestorType 
)

RetrievedBy Method.

Parameters
RequestorThe Requestor is of type string
RequestorTypeThe RequestorType is of type string
Returns
FundingAccount
FundingAccount Orbipay.PaymentsApi.Client.Wrappers.FundingAccount.Update ( InvocationContext  invocation_context,
string  live_mode = null,
string  api_end_point = null 
)

Update Method.

Parameters
invocationContextThe invocationContext is of type InvocationContext
liveModeThe liveMode is of type String
Exceptions
OrbipayApiExceptionThe only Exception that is thrown in Exceptional case
Returns
FundingAccount
FundingAccount Orbipay.PaymentsApi.Client.Wrappers.FundingAccount.UpdatedBy ( string  requestor,
string  requestorType 
)

UpdatedBy Method.

Parameters
RequestorThe Requestor is of type string
RequestorTypeThe RequestorType is of type string
Returns
FundingAccount
FundingAccount Orbipay.PaymentsApi.Client.Wrappers.FundingAccount.VideChannel ( string  channel)

VideChannel Method.

Parameters
ChannelThe Channel is of type string
Returns
FundingAccount
FundingAccount Orbipay.PaymentsApi.Client.Wrappers.FundingAccount.WithAddress ( Address  address)

WithAddress Method.

Parameters
AddressThe Address is of type Address
Returns
FundingAccount
FundingAccount Orbipay.PaymentsApi.Client.Wrappers.FundingAccount.WithCustomFields ( Dictionary< string, string >  customFields)

WithCustomFields Method.

Parameters
CustomFieldsThe CustomFields is of type Dictionary<string, string>
Returns
FundingAccount
FundingAccount Orbipay.PaymentsApi.Client.Wrappers.FundingAccount.WithDetails ( string  accountHolderName,
string  nickname,
string  accountNumber,
string  accountSubtype,
string  abaRoutingNumber,
string  cardCvvNumber,
string  expiryDate,
string  accountHolderType 
)

WithDetails Method.

Parameters
AccountHolderNameThe AccountHolderName is of type string
NicknameThe Nickname is of type string
AccountNumberThe AccountNumber is of type string
AccountSubtypeThe AccountSubtype is of type string
AbaRoutingNumberThe AbaRoutingNumber is of type string
CardCvvNumberThe CardCvvNumber is of type string
ExpiryDateThe ExpiryDate is of type string
AccountHolderTypeThe AccountHolderType is of type string
Returns
FundingAccount
FundingAccount Orbipay.PaymentsApi.Client.Wrappers.FundingAccount.WithMemo ( string  comments)

WithMemo Method.

Parameters
CommentsThe Comments is of type string
Returns
FundingAccount
FundingAccount Orbipay.PaymentsApi.Client.Wrappers.FundingAccount.WithRecordedDetails ( string  accountNumber,
string  issuerName 
)

WithRecordedDetails Method.

Parameters
AccountNumberThe AccountNumber is of type string
IssuerNameThe IssuerName is of type string
Returns
FundingAccount
FundingAccount Orbipay.PaymentsApi.Client.Wrappers.FundingAccount.WithStatus ( string  status)

WithStatus Method.

Parameters
StatusThe Status is of type string
Returns
FundingAccount

Member Data Documentation

string Orbipay.PaymentsApi.Client.Wrappers.FundingAccount.AbaRoutingNumber

The ABA/Routing number for the bank account.

The ABA/Routing number for the bank account.

string Orbipay.PaymentsApi.Client.Wrappers.FundingAccount.AccountHolderName

The name as specified on the account.

The name as specified on the account.

string Orbipay.PaymentsApi.Client.Wrappers.FundingAccount.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.

The type of ownership for the funding account. This is applicable only in the case of bank accounts and it is defaults to personal.

string Orbipay.PaymentsApi.Client.Wrappers.FundingAccount.AccountNumber

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.Wrappers.FundingAccount.AccountSubtype

The 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.

The 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.

string Orbipay.PaymentsApi.Client.Wrappers.FundingAccount.AccountType

The type of the funding account.

The type of the funding account.

string Orbipay.PaymentsApi.Client.Wrappers.FundingAccount.AchEligibleFlag

Indicates if the funding account can be debited vide ACH, in case the funding account is a Demand Deposit Account (DDA).

Indicates if the funding account can be debited vide ACH, in case the funding account is a Demand Deposit Account (DDA).

Address Orbipay.PaymentsApi.Client.Wrappers.FundingAccount.Address
string Orbipay.PaymentsApi.Client.Wrappers.FundingAccount.AtmEligibleFlag

Indicates if the funding account can be debited vide the ATM Rail network, in case the funding account is a Debit Card.

Indicates if the funding account can be debited vide the ATM Rail network, in case the funding account is a Debit Card.

AuditInfo Orbipay.PaymentsApi.Client.Wrappers.FundingAccount.AuditInfo
string Orbipay.PaymentsApi.Client.Wrappers.FundingAccount.CardCvvNumber

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.Wrappers.FundingAccount.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 (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.Wrappers.FundingAccount.CurrencyCode3d

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.Wrappers.FundingAccount.CustomFields

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.Wrappers.FundingAccount.Deleted

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.Wrappers.FundingAccount.ExpiryDate

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.Wrappers.FundingAccount.Id

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.Wrappers.FundingAccount.ID_CUSTOMER

The unique identifier assigned by EBPP to the customer.

The unique identifier assigned by EBPP to the customer.

string Orbipay.PaymentsApi.Client.Wrappers.FundingAccount.ID_FUNDING_ACCOUNT

The unique identifier assigned by EBPP to the Funding Account.

The unique identifier assigned by EBPP to the Funding Account.

string Orbipay.PaymentsApi.Client.Wrappers.FundingAccount.IssuerName

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.Wrappers.FundingAccount.Nickname

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.Wrappers.FundingAccount.Status

The status of the funding account in Orbipay.

The status of the funding account in Orbipay.

string Orbipay.PaymentsApi.Client.Wrappers.FundingAccount.Url

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: