My Project
|
Public Member Functions | |
List< PaymentSetup > | GetList () |
Gets List More... | |
string | GetTotalResultsCount () |
The total number of payment setup available matching the search criteria. More... | |
string | GetHasMoreResults () |
true if there are more results or pages More... | |
string | GetUrl () |
This URL fetches the next or previous set of payment setups, 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 | GetIdCustomer () |
The unique identifier assigned by EBPP to the customer. More... | |
string | GetIdFundingAccount () |
The unique identifier assigned by EBPP to the funding account More... | |
string | GetIdCustomerAccount () |
The unique identifier assigned by EBPP to the customer account More... | |
string | GetConfirmationNumber () |
The confirmation number or reference provided to the customer for the successful payment. More... | |
List< string > | GetStatus () |
The status of the payment. This can take multiple values in the format key=value1&key=value2.... More... | |
List< string > | GetPaymentSetupScheduleType () |
The schedule type for the payment setup. This can take multiple values in the format key=value1&key=value2.... More... | |
string | GetFromDate () |
The date from which recurring payments setup, matching the criteria specified, need to be retrieved. More... | |
string | GetToDate () |
The date upto which recurring payments setup, matching the criteria specified, need to be retrieved. More... | |
string | GetPageSize () |
The maximum number of objects returned in the query. More... | |
PaymentSetups | ForClient (string clientKey) |
PaymentSetups | VideChannel (string channel) |
PaymentSetups | FindBy (MultiMap< String > PaymentSetupsFilterMap) |
PaymentSetups | ForCustomer (string idCustomer) |
PaymentSetups | RetrievedBy (string requestor, string requestorType) |
RetrievedBy Method. More... | |
PaymentSetups | Get (InvocationContext invocation_context, string live_mode=null, string api_end_point=null) |
Get Method. More... | |
IEnumerator< PaymentSetups > | 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< PaymentSetup > | List |
List More... | |
string | TotalResultsCount |
The total number of payment setup available matching the search criteria. More... | |
string | HasMoreResults |
true if there are more results or pages More... | |
string | Url |
This URL fetches the next or previous set of payment setups, 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 | idCustomer |
The unique identifier assigned by EBPP to the customer. More... | |
string | idFundingAccount |
The unique identifier assigned by EBPP to the funding account More... | |
string | idCustomerAccount |
The unique identifier assigned by EBPP to the customer account More... | |
string | confirmationNumber |
The confirmation number or reference provided to the customer for the successful payment. More... | |
List< string > | status |
The status of the payment. This can take multiple values in the format key=value1&key=value2.... More... | |
List< string > | paymentSetupScheduleType |
The schedule type for the payment setup. This can take multiple values in the format key=value1&key=value2.... More... | |
string | fromDate |
The date from which recurring payments setup, matching the criteria specified, need to be retrieved. More... | |
string | toDate |
The date upto which recurring payments setup, matching the criteria specified, need to be retrieved. More... | |
string | pageSize |
The maximum number of objects returned in the query. 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) |
PaymentSetups Orbipay.PaymentsApi.Client.Wrappers.PaymentSetups.FindBy | ( | MultiMap< String > | PaymentSetupsFilterMap | ) |
FindBy Method.
PaymentSetupsFilterMap | The PaymentSetupsFilterMap is of type MultiMap<String> |
PaymentSetups Orbipay.PaymentsApi.Client.Wrappers.PaymentSetups.ForClient | ( | string | clientKey | ) |
PaymentSetups Orbipay.PaymentsApi.Client.Wrappers.PaymentSetups.ForCustomer | ( | string | idCustomer | ) |
PaymentSetups Orbipay.PaymentsApi.Client.Wrappers.PaymentSetups.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.PaymentSetups.GetConfirmationNumber | ( | ) |
The confirmation number or reference provided to the customer for the successful payment.
The confirmation number or reference provided to the customer for the successful payment.
IEnumerator<PaymentSetups> Orbipay.PaymentsApi.Client.Wrappers.PaymentSetups.GetEnumerator | ( | ) |
string Orbipay.PaymentsApi.Client.Wrappers.PaymentSetups.GetFromDate | ( | ) |
The date from which recurring payments setup, matching the criteria specified, need to be retrieved.
The date from which recurring payments setup, matching the criteria specified, need to be retrieved.
string Orbipay.PaymentsApi.Client.Wrappers.PaymentSetups.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.PaymentSetups.GetHasMoreResults | ( | ) |
true if there are more results or pages
true if there are more results or pages
string Orbipay.PaymentsApi.Client.Wrappers.PaymentSetups.GetIdCustomer | ( | ) |
The unique identifier assigned by EBPP to the customer.
The unique identifier assigned by EBPP to the customer.
string Orbipay.PaymentsApi.Client.Wrappers.PaymentSetups.GetIdCustomerAccount | ( | ) |
The unique identifier assigned by EBPP to the customer account
The unique identifier assigned by EBPP to the customer account
string Orbipay.PaymentsApi.Client.Wrappers.PaymentSetups.GetIdFundingAccount | ( | ) |
The unique identifier assigned by EBPP to the funding account
The unique identifier assigned by EBPP to the funding account
List<PaymentSetup> Orbipay.PaymentsApi.Client.Wrappers.PaymentSetups.GetList | ( | ) |
Gets List
string Orbipay.PaymentsApi.Client.Wrappers.PaymentSetups.GetPageSize | ( | ) |
The maximum number of objects returned in the query.
The maximum number of objects returned in the query.
List<string> Orbipay.PaymentsApi.Client.Wrappers.PaymentSetups.GetPaymentSetupScheduleType | ( | ) |
The schedule type for the payment setup. This can take multiple values in the format key=value1&key=value2....
The schedule type for the payment setup. This can take multiple values in the format key=value1&key=value2....
string Orbipay.PaymentsApi.Client.Wrappers.PaymentSetups.GetQueryId | ( | ) |
The query id of the object.
The query id of the object.
List<string> Orbipay.PaymentsApi.Client.Wrappers.PaymentSetups.GetStatus | ( | ) |
The status of the payment. This can take multiple values in the format key=value1&key=value2....
The status of the payment. This can take multiple values in the format key=value1&key=value2....
string Orbipay.PaymentsApi.Client.Wrappers.PaymentSetups.GetToDate | ( | ) |
The date upto which recurring payments setup, matching the criteria specified, need to be retrieved.
The date upto which recurring payments setup, matching the criteria specified, need to be retrieved.
string Orbipay.PaymentsApi.Client.Wrappers.PaymentSetups.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.PaymentSetups.GetTotalResultsCount | ( | ) |
The total number of payment setup available matching the search criteria.
The total number of payment setup available matching the search criteria.
string Orbipay.PaymentsApi.Client.Wrappers.PaymentSetups.GetUrl | ( | ) |
This URL fetches the next or previous set of payment setups, based on the presence of after_object or before_object parameter.
This URL fetches the next or previous set of payment setups, based on the presence of after_object or before_object parameter.
PaymentSetups Orbipay.PaymentsApi.Client.Wrappers.PaymentSetups.RetrievedBy | ( | string | requestor, |
string | requestorType | ||
) |
RetrievedBy Method.
Requestor | The Requestor is of type string |
RequestorType | The RequestorType is of type string |
PaymentSetups Orbipay.PaymentsApi.Client.Wrappers.PaymentSetups.VideChannel | ( | string | channel | ) |
string Orbipay.PaymentsApi.Client.Wrappers.PaymentSetups.confirmationNumber |
The confirmation number or reference provided to the customer for the successful payment.
The confirmation number or reference provided to the customer for the successful payment.
string Orbipay.PaymentsApi.Client.Wrappers.PaymentSetups.fromDate |
The date from which recurring payments setup, matching the criteria specified, need to be retrieved.
The date from which recurring payments setup, matching the criteria specified, need to be retrieved.
string Orbipay.PaymentsApi.Client.Wrappers.PaymentSetups.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.PaymentSetups.HasMoreResults |
true if there are more results or pages
true if there are more results or pages
string Orbipay.PaymentsApi.Client.Wrappers.PaymentSetups.idCustomer |
The unique identifier assigned by EBPP to the customer.
The unique identifier assigned by EBPP to the customer.
string Orbipay.PaymentsApi.Client.Wrappers.PaymentSetups.idCustomerAccount |
The unique identifier assigned by EBPP to the customer account
The unique identifier assigned by EBPP to the customer account
string Orbipay.PaymentsApi.Client.Wrappers.PaymentSetups.idFundingAccount |
The unique identifier assigned by EBPP to the funding account
The unique identifier assigned by EBPP to the funding account
List<PaymentSetup> Orbipay.PaymentsApi.Client.Wrappers.PaymentSetups.List |
List
string Orbipay.PaymentsApi.Client.Wrappers.PaymentSetups.pageSize |
The maximum number of objects returned in the query.
The maximum number of objects returned in the query.
List<string> Orbipay.PaymentsApi.Client.Wrappers.PaymentSetups.paymentSetupScheduleType |
The schedule type for the payment setup. This can take multiple values in the format key=value1&key=value2....
The schedule type for the payment setup. This can take multiple values in the format key=value1&key=value2....
string Orbipay.PaymentsApi.Client.Wrappers.PaymentSetups.QueryId |
The query id of the object.
The query id of the object.
List<string> Orbipay.PaymentsApi.Client.Wrappers.PaymentSetups.status |
The status of the payment. This can take multiple values in the format key=value1&key=value2....
The status of the payment. This can take multiple values in the format key=value1&key=value2....
string Orbipay.PaymentsApi.Client.Wrappers.PaymentSetups.toDate |
The date upto which recurring payments setup, matching the criteria specified, need to be retrieved.
The date upto which recurring payments setup, matching the criteria specified, need to be retrieved.
string Orbipay.PaymentsApi.Client.Wrappers.PaymentSetups.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.PaymentSetups.TotalResultsCount |
The total number of payment setup available matching the search criteria.
The total number of payment setup available matching the search criteria.
string Orbipay.PaymentsApi.Client.Wrappers.PaymentSetups.Url |
This URL fetches the next or previous set of payment setups, based on the presence of after_object or before_object parameter.
This URL fetches the next or previous set of payment setups, based on the presence of after_object or before_object parameter.