My Project
|
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 = "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 rt@b iller paym ents. comOrbipay, 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< FundingAccount > | GetEnumerator () |
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 = "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 rt@b iller paym ents. comOrbipay, 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) |
Orbipay.PaymentsApi.Client.Wrappers.FundingAccount.FundingAccount | ( | string | iDFUNDINGACCOUNT = null | ) |
FundingAccount Constructor.
ID_FUNDING_ACCOUNT | The ID_FUNDING_ACCOUNT is of type string |
FundingAccount Orbipay.PaymentsApi.Client.Wrappers.FundingAccount.Create | ( | InvocationContext | invocation_context, |
string | live_mode = null , |
||
string | api_end_point = null |
||
) |
Create Method.
invocationContext | The invocationContext is of type InvocationContext |
liveMode | The liveMode is of type String |
OrbipayApiException | The only Exception that is thrown in Exceptional case |
FundingAccount Orbipay.PaymentsApi.Client.Wrappers.FundingAccount.CreatedBy | ( | string | requestor, |
string | requestorType | ||
) |
CreatedBy Method.
Requestor | The Requestor is of type string |
RequestorType | The RequestorType is of type string |
FundingAccount Orbipay.PaymentsApi.Client.Wrappers.FundingAccount.Delete | ( | InvocationContext | invocation_context, |
string | live_mode = null , |
||
string | api_end_point = null |
||
) |
Delete Method.
invocationContext | The invocationContext is of type InvocationContext |
liveMode | The liveMode is of type String |
OrbipayApiException | The only Exception that is thrown in Exceptional case |
FundingAccount Orbipay.PaymentsApi.Client.Wrappers.FundingAccount.DeletedBy | ( | string | requestor, |
string | requestorType | ||
) |
DeletedBy Method.
Requestor | The Requestor is of type string |
RequestorType | The RequestorType is of type string |
FundingAccount Orbipay.PaymentsApi.Client.Wrappers.FundingAccount.ForClient | ( | string | clientKey | ) |
FundingAccount Orbipay.PaymentsApi.Client.Wrappers.FundingAccount.ForCustomer | ( | string | iDCUSTOMER | ) |
FundingAccount Orbipay.PaymentsApi.Client.Wrappers.FundingAccount.Get | ( | InvocationContext | invocation_context, |
string | live_mode = null , |
||
string | api_end_point = null |
||
) |
Get Method.
invocationContext | The invocationContext is of type InvocationContext |
liveMode | The liveMode is of type String |
OrbipayApiException | The only Exception that is thrown in Exceptional case |
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).
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.
string Orbipay.PaymentsApi.Client.Wrappers.FundingAccount.GetCardCvvNumber | ( | ) |
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 = "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 rt@b iller paym ents. comOrbipay, 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 = "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 rt@b iller paym ents. comOrbipay, 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 | ( | ) |
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.
invocationContext | The invocationContext is of type InvocationContext |
liveMode | The liveMode is of type String |
OrbipayApiException | The only Exception that is thrown in Exceptional case |
FundingAccount Orbipay.PaymentsApi.Client.Wrappers.FundingAccount.ReplacedBy | ( | string | requestor, |
string | requestorType | ||
) |
ReplacedBy Method.
Requestor | The Requestor is of type string |
RequestorType | The RequestorType is of type string |
FundingAccount Orbipay.PaymentsApi.Client.Wrappers.FundingAccount.RetrievedBy | ( | string | requestor, |
string | requestorType | ||
) |
RetrievedBy Method.
Requestor | The Requestor is of type string |
RequestorType | The RequestorType is of type string |
FundingAccount Orbipay.PaymentsApi.Client.Wrappers.FundingAccount.Update | ( | InvocationContext | invocation_context, |
string | live_mode = null , |
||
string | api_end_point = null |
||
) |
Update Method.
invocationContext | The invocationContext is of type InvocationContext |
liveMode | The liveMode is of type String |
OrbipayApiException | The only Exception that is thrown in Exceptional case |
FundingAccount Orbipay.PaymentsApi.Client.Wrappers.FundingAccount.UpdatedBy | ( | string | requestor, |
string | requestorType | ||
) |
UpdatedBy Method.
Requestor | The Requestor is of type string |
RequestorType | The RequestorType is of type string |
FundingAccount Orbipay.PaymentsApi.Client.Wrappers.FundingAccount.VideChannel | ( | string | channel | ) |
FundingAccount Orbipay.PaymentsApi.Client.Wrappers.FundingAccount.WithAddress | ( | Address | address | ) |
FundingAccount Orbipay.PaymentsApi.Client.Wrappers.FundingAccount.WithCustomFields | ( | Dictionary< string, string > | customFields | ) |
WithCustomFields Method.
CustomFields | The CustomFields is of type Dictionary<string, string> |
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.
AccountHolderName | The AccountHolderName is of type string |
Nickname | The Nickname is of type string |
AccountNumber | The AccountNumber is of type string |
AccountSubtype | The AccountSubtype is of type string |
AbaRoutingNumber | The AbaRoutingNumber is of type string |
CardCvvNumber | The CardCvvNumber is of type string |
ExpiryDate | The ExpiryDate is of type string |
AccountHolderType | The AccountHolderType is of type string |
FundingAccount Orbipay.PaymentsApi.Client.Wrappers.FundingAccount.WithMemo | ( | string | comments | ) |
FundingAccount Orbipay.PaymentsApi.Client.Wrappers.FundingAccount.WithRecordedDetails | ( | string | accountNumber, |
string | issuerName | ||
) |
WithRecordedDetails Method.
AccountNumber | The AccountNumber is of type string |
IssuerName | The IssuerName is of type string |
FundingAccount Orbipay.PaymentsApi.Client.Wrappers.FundingAccount.WithStatus | ( | string | status | ) |
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).
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.
string Orbipay.PaymentsApi.Client.Wrappers.FundingAccount.CardCvvNumber |
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 = "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 rt@b iller paym ents. comOrbipay, 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 = "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 rt@b iller paym ents. comOrbipay, 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 |
string Orbipay.PaymentsApi.Client.Wrappers.FundingAccount.Url |
This URL fetches the funding account details.
This URL fetches the funding account details.