My Project
|
Public Member Functions | |
List< CustomerAccount > | GetList () |
Gets List More... | |
string | GetTotalResultsCount () |
total number of Customer accounts of customer available with matching criteria More... | |
string | GetHasMoreResults () |
true if there are more results or pages More... | |
string | GetUrl () |
This URL fetches the next or previous set of customer accounts, based on the presence of after_object or before_object parameter. More... | |
string | GetFromIndex () |
The id of the object before which the previous set of objects are to be retrieved. More... | |
string | GetToIndex () |
The id of the object after which the next set of objects are to be retrieved. More... | |
string | GetQueryId () |
The query id of the object. More... | |
string | GetID_CUSTOMER () |
The unique identifier assigned by EBPP to the customer. More... | |
string | GetPageSize () |
The maximum number of objects returned in the query. More... | |
string | GetAccountNumber () |
The Account Number to get details of. More... | |
List< string > | GetStatus () |
The status of the customer's account in EBPP. This can take multiple values in the format key=value1&key=value2.... More... | |
CustomerAccounts | ForClient (string clientKey) |
CustomerAccounts | SetList (List< CustomerAccount > list) |
CustomerAccounts | VideChannel (string channel) |
CustomerAccounts | FindBy (MultiMap< String > CustomerAccountsFilterMap) |
CustomerAccounts | ForCustomer (string iDCUSTOMER) |
CustomerAccounts | RetrievedBy (string requestor, string requestorType) |
RetrievedBy Method. More... | |
CustomerAccounts | Get (InvocationContext invocation_context, string live_mode=null, string api_end_point=null) |
Get Method. More... | |
CustomerAccounts | GetPage (InvocationContext invocation_context, string live_mode=null, string api_end_point=null) |
GetPage Method. More... | |
IEnumerator< CustomerAccounts > | 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 | |
List< CustomerAccount > | List |
List More... | |
string | TotalResultsCount |
total number of Customer accounts of customer available with matching criteria More... | |
string | HasMoreResults |
true if there are more results or pages More... | |
string | Url |
This URL fetches the next or previous set of customer accounts, based on the presence of after_object or before_object parameter. More... | |
string | FromIndex |
The id of the object before which the previous set of objects are to be retrieved. More... | |
string | ToIndex |
The id of the object after which the next set of objects are to be retrieved. More... | |
string | QueryId |
The query id of the object. More... | |
string | ID_CUSTOMER |
The unique identifier assigned by EBPP to the customer. More... | |
string | pageSize |
The maximum number of objects returned in the query. More... | |
string | accountNumber |
The Account Number to get details of. More... | |
List< string > | status |
The status of the customer's account in EBPP. This can take multiple values in the format key=value1&key=value2.... 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) |
CustomerAccounts Orbipay.PaymentsApi.Client.Wrappers.CustomerAccounts.FindBy | ( | MultiMap< String > | CustomerAccountsFilterMap | ) |
FindBy Method.
CustomerAccountsFilterMap | The CustomerAccountsFilterMap is of type MultiMap<String> |
CustomerAccounts Orbipay.PaymentsApi.Client.Wrappers.CustomerAccounts.ForClient | ( | string | clientKey | ) |
CustomerAccounts Orbipay.PaymentsApi.Client.Wrappers.CustomerAccounts.ForCustomer | ( | string | iDCUSTOMER | ) |
CustomerAccounts Orbipay.PaymentsApi.Client.Wrappers.CustomerAccounts.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.CustomerAccounts.GetAccountNumber | ( | ) |
The Account Number to get details of.
The Account Number to get details of.
IEnumerator<CustomerAccounts> Orbipay.PaymentsApi.Client.Wrappers.CustomerAccounts.GetEnumerator | ( | ) |
string Orbipay.PaymentsApi.Client.Wrappers.CustomerAccounts.GetFromIndex | ( | ) |
The id of the object before which the previous set of objects are to be retrieved.
The id of the object before which the previous set of objects are to be retrieved.
string Orbipay.PaymentsApi.Client.Wrappers.CustomerAccounts.GetHasMoreResults | ( | ) |
true if there are more results or pages
true if there are more results or pages
string Orbipay.PaymentsApi.Client.Wrappers.CustomerAccounts.GetID_CUSTOMER | ( | ) |
The unique identifier assigned by EBPP to the customer.
The unique identifier assigned by EBPP to the customer.
List<CustomerAccount> Orbipay.PaymentsApi.Client.Wrappers.CustomerAccounts.GetList | ( | ) |
Gets List
CustomerAccounts Orbipay.PaymentsApi.Client.Wrappers.CustomerAccounts.GetPage | ( | InvocationContext | invocation_context, |
string | live_mode = null , |
||
string | api_end_point = null |
||
) |
GetPage 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.CustomerAccounts.GetPageSize | ( | ) |
The maximum number of objects returned in the query.
The maximum number of objects returned in the query.
string Orbipay.PaymentsApi.Client.Wrappers.CustomerAccounts.GetQueryId | ( | ) |
The query id of the object.
The query id of the object.
List<string> Orbipay.PaymentsApi.Client.Wrappers.CustomerAccounts.GetStatus | ( | ) |
The status of the customer's account in EBPP. This can take multiple values in the format key=value1&key=value2....
The status of the customer's account in EBPP. This can take multiple values in the format key=value1&key=value2....
string Orbipay.PaymentsApi.Client.Wrappers.CustomerAccounts.GetToIndex | ( | ) |
The id of the object after which the next set of objects are to be retrieved.
The id of the object after which the next set of objects are to be retrieved.
string Orbipay.PaymentsApi.Client.Wrappers.CustomerAccounts.GetTotalResultsCount | ( | ) |
string Orbipay.PaymentsApi.Client.Wrappers.CustomerAccounts.GetUrl | ( | ) |
This URL fetches the next or previous set of customer accounts, based on the presence of after_object or before_object parameter.
This URL fetches the next or previous set of customer accounts, based on the presence of after_object or before_object parameter.
CustomerAccounts Orbipay.PaymentsApi.Client.Wrappers.CustomerAccounts.RetrievedBy | ( | string | requestor, |
string | requestorType | ||
) |
RetrievedBy Method.
Requestor | The Requestor is of type string |
RequestorType | The RequestorType is of type string |
CustomerAccounts Orbipay.PaymentsApi.Client.Wrappers.CustomerAccounts.SetList | ( | List< CustomerAccount > | list | ) |
CustomerAccounts Orbipay.PaymentsApi.Client.Wrappers.CustomerAccounts.VideChannel | ( | string | channel | ) |
string Orbipay.PaymentsApi.Client.Wrappers.CustomerAccounts.accountNumber |
The Account Number to get details of.
The Account Number to get details of.
string Orbipay.PaymentsApi.Client.Wrappers.CustomerAccounts.FromIndex |
The id of the object before which the previous set of objects are to be retrieved.
The id of the object before which the previous set of objects are to be retrieved.
string Orbipay.PaymentsApi.Client.Wrappers.CustomerAccounts.HasMoreResults |
true if there are more results or pages
true if there are more results or pages
string Orbipay.PaymentsApi.Client.Wrappers.CustomerAccounts.ID_CUSTOMER |
The unique identifier assigned by EBPP to the customer.
The unique identifier assigned by EBPP to the customer.
List<CustomerAccount> Orbipay.PaymentsApi.Client.Wrappers.CustomerAccounts.List |
List
string Orbipay.PaymentsApi.Client.Wrappers.CustomerAccounts.pageSize |
The maximum number of objects returned in the query.
The maximum number of objects returned in the query.
string Orbipay.PaymentsApi.Client.Wrappers.CustomerAccounts.QueryId |
The query id of the object.
The query id of the object.
List<string> Orbipay.PaymentsApi.Client.Wrappers.CustomerAccounts.status |
The status of the customer's account in EBPP. This can take multiple values in the format key=value1&key=value2....
The status of the customer's account in EBPP. This can take multiple values in the format key=value1&key=value2....
string Orbipay.PaymentsApi.Client.Wrappers.CustomerAccounts.ToIndex |
The id of the object after which the next set of objects are to be retrieved.
The id of the object after which the next set of objects are to be retrieved.
string Orbipay.PaymentsApi.Client.Wrappers.CustomerAccounts.TotalResultsCount |
string Orbipay.PaymentsApi.Client.Wrappers.CustomerAccounts.Url |
This URL fetches the next or previous set of customer accounts, based on the presence of after_object or before_object parameter.
This URL fetches the next or previous set of customer accounts, based on the presence of after_object or before_object parameter.