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...
 
RecordedPayments ForClient (string clientKey)
 
RecordedPayments VideChannel (string channel)
 
RecordedPayments FindBy (MultiMap< String > RecordedPaymentsFilterMap)
 
RecordedPayments ForCustomer ()
 
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...
 
- 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 ( )

ForCustomer Method.

Returns
RecordedPayments
IEnumerator<RecordedPayments> Orbipay.PaymentsApi.Client.Wrappers.RecordedPayments.GetEnumerator ( )
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

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

Gets List

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

The query id of the object.

The query id of the object.

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.VideChannel ( string  channel)

VideChannel Method.

Parameters
ChannelThe Channel is of type string
Returns
RecordedPayments

Member Data Documentation

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

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

List

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

The query id of the object.

The query id of the object.

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: