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

Public Member Functions

List< RecordedPaymentGetList ()
 Gets List More...
 
string GetTotalResultsCount ()
 total number of payments 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 payments, 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 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 > GetPaymentMethod ()
 The non fulfillment method for the payment. This can take multiple values in the format key&#x3D;value1&key&#x3D;value2.... More...
 
List< string > GetStatus ()
 The status of the payment. This can take multiple values in the format key&#x3D;value1&key&#x3D;value2.... More...
 
string GetFromDate ()
 The date from which payments, matching the criteria specified, need to be retrieved. More...
 
string GetToDate ()
 The date upto which payments, matching the criteria specified, need to be retrieved. More...
 
string GetPageSize ()
 The maximum number of objects returned in the query. More...
 
RecordedPayments ForClient (string clientKey)
 
RecordedPayments VideChannel (string channel)
 
RecordedPayments FindBy (MultiMap< String > RecordedPaymentsFilterMap)
 
RecordedPayments ForCustomer (string idCustomer)
 
RecordedPayments RetrievedBy (string requestor, string requestorType)
 RetrievedBy Method. More...
 
RecordedPayments Get (InvocationContext invocation_context, string live_mode=null, string api_end_point=null)
 Get Method. More...
 
IEnumerator< RecordedPaymentsGetEnumerator ()
 
- 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< RecordedPaymentList
 List More...
 
string TotalResultsCount
 total number of payments 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 payments, 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 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 > paymentMethod
 The non fulfillment method for the payment. This can take multiple values in the format key&#x3D;value1&key&#x3D;value2.... More...
 
List< string > status
 The status of the payment. This can take multiple values in the format key&#x3D;value1&key&#x3D;value2.... More...
 
string fromDate
 The date from which payments, matching the criteria specified, need to be retrieved. More...
 
string toDate
 The date upto which payments, 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)
 

Member Function Documentation

RecordedPayments Orbipay.PaymentsApi.Client.Wrappers.RecordedPayments.FindBy ( MultiMap< String >  RecordedPaymentsFilterMap)

FindBy Method.

Parameters
RecordedPaymentsFilterMapThe RecordedPaymentsFilterMap is of type MultiMap<String>
Returns
RecordedPayments
RecordedPayments Orbipay.PaymentsApi.Client.Wrappers.RecordedPayments.ForClient ( string  clientKey)

ForClient Method.

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

ForCustomer Method.

Parameters
idCustomerThe idCustomer is of type string
Returns
RecordedPayments
RecordedPayments Orbipay.PaymentsApi.Client.Wrappers.RecordedPayments.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
RecordedPayments
string Orbipay.PaymentsApi.Client.Wrappers.RecordedPayments.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<RecordedPayments> Orbipay.PaymentsApi.Client.Wrappers.RecordedPayments.GetEnumerator ( )
string Orbipay.PaymentsApi.Client.Wrappers.RecordedPayments.GetFromDate ( )

The date from which payments, matching the criteria specified, need to be retrieved.

The date from which payments, matching the criteria specified, need to be retrieved.

string Orbipay.PaymentsApi.Client.Wrappers.RecordedPayments.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.RecordedPayments.GetHasMoreResults ( )

true if there are more results or pages

true if there are more results or pages

string Orbipay.PaymentsApi.Client.Wrappers.RecordedPayments.GetIdCustomer ( )

The unique identifier assigned by EBPP to the customer.

The unique identifier assigned by EBPP to the customer.

string Orbipay.PaymentsApi.Client.Wrappers.RecordedPayments.GetIdCustomerAccount ( )

The unique identifier assigned by EBPP to the customer account

The unique identifier assigned by EBPP to the customer account

List<RecordedPayment> Orbipay.PaymentsApi.Client.Wrappers.RecordedPayments.GetList ( )

Gets List

string Orbipay.PaymentsApi.Client.Wrappers.RecordedPayments.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.RecordedPayments.GetPaymentMethod ( )

The non fulfillment method for the payment. This can take multiple values in the format key&#x3D;value1&key&#x3D;value2....

The non fulfillment method for the payment. This can take multiple values in the format key&#x3D;value1&key&#x3D;value2....

string Orbipay.PaymentsApi.Client.Wrappers.RecordedPayments.GetQueryId ( )

The query id of the object.

The query id of the object.

List<string> Orbipay.PaymentsApi.Client.Wrappers.RecordedPayments.GetStatus ( )

The status of the payment. This can take multiple values in the format key&#x3D;value1&key&#x3D;value2....

The status of the payment. This can take multiple values in the format key&#x3D;value1&key&#x3D;value2....

string Orbipay.PaymentsApi.Client.Wrappers.RecordedPayments.GetToDate ( )

The date upto which payments, matching the criteria specified, need to be retrieved.

The date upto which payments, matching the criteria specified, need to be retrieved.

string Orbipay.PaymentsApi.Client.Wrappers.RecordedPayments.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.RecordedPayments.GetTotalResultsCount ( )

total number of payments available with matching criteria

total number of payments available with matching criteria

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

This URL fetches the next or previous set of payments, based on the presence of after_object or before_object parameter.

This URL fetches the next or previous set of payments, based on the presence of after_object or before_object parameter.

RecordedPayments Orbipay.PaymentsApi.Client.Wrappers.RecordedPayments.RetrievedBy ( string  requestor,
string  requestorType 
)

RetrievedBy Method.

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

VideChannel Method.

Parameters
ChannelThe Channel is of type string
Returns
RecordedPayments

Member Data Documentation

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

The date from which payments, matching the criteria specified, need to be retrieved.

The date from which payments, matching the criteria specified, need to be retrieved.

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

true if there are more results or pages

true if there are more results or pages

string Orbipay.PaymentsApi.Client.Wrappers.RecordedPayments.idCustomer

The unique identifier assigned by EBPP to the customer.

The unique identifier assigned by EBPP to the customer.

string Orbipay.PaymentsApi.Client.Wrappers.RecordedPayments.idCustomerAccount

The unique identifier assigned by EBPP to the customer account

The unique identifier assigned by EBPP to the customer account

List<RecordedPayment> Orbipay.PaymentsApi.Client.Wrappers.RecordedPayments.List

List

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

The non fulfillment method for the payment. This can take multiple values in the format key&#x3D;value1&key&#x3D;value2....

The non fulfillment method for the payment. This can take multiple values in the format key&#x3D;value1&key&#x3D;value2....

string Orbipay.PaymentsApi.Client.Wrappers.RecordedPayments.QueryId

The query id of the object.

The query id of the object.

List<string> Orbipay.PaymentsApi.Client.Wrappers.RecordedPayments.status

The status of the payment. This can take multiple values in the format key&#x3D;value1&key&#x3D;value2....

The status of the payment. This can take multiple values in the format key&#x3D;value1&key&#x3D;value2....

string Orbipay.PaymentsApi.Client.Wrappers.RecordedPayments.toDate

The date upto which payments, matching the criteria specified, need to be retrieved.

The date upto which payments, matching the criteria specified, need to be retrieved.

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

total number of payments available with matching criteria

total number of payments available with matching criteria

string Orbipay.PaymentsApi.Client.Wrappers.RecordedPayments.Url

This URL fetches the next or previous set of payments, based on the presence of after_object or before_object parameter.

This URL fetches the next or previous set of payments, based on the presence of after_object or before_object parameter.


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