My Project
 All Classes Namespaces Files Functions Variables Typedefs Properties Pages
Orbipay.PaymentsApi.Client.Models.CustomersResponse Class Reference

More...

Inheritance diagram for Orbipay.PaymentsApi.Client.Models.CustomersResponse:

Public Member Functions

 CustomersResponse (List< CustomerResponse > list=default(List< CustomerResponse >), string totalResultsCount=default(string), string hasMoreResults=default(string), string url=default(string), string fromIndex=default(string), string toIndex=default(string), string queryId=default(string))
 Initializes a new instance of the CustomersResponse class. More...
 
override string ToString ()
 Returns the string presentation of the object More...
 
virtual string ToJson ()
 Returns the JSON string presentation of the object More...
 
override bool Equals (object input)
 Returns true if objects are equal More...
 
bool Equals (CustomersResponse input)
 Returns true if CustomersResponse instances are equal More...
 
override int GetHashCode ()
 Gets the hash code More...
 

Properties

List< CustomerResponseList [get, set]
 Gets or Sets List More...
 
string TotalResultsCount [get, set]
 The total number of customers available matching the search criteria. More...
 
string Url [get, set]
 This URL fetches the next or previous set of payments, based on the presence of after_object or before_object parameter. More...
 
string FromIndex [get, set]
 The id of the object before which the previous set of objects are to be retrieved. More...
 
string ToIndex [get, set]
 The id of the object after which the next set of objects are to be retrieved. More...
 
string QueryId [get, set]
 The query id of the object. More...
 

Detailed Description

This class subject to change without prior notice, Please dont use this class directly.

Constructor & Destructor Documentation

Orbipay.PaymentsApi.Client.Models.CustomersResponse.CustomersResponse ( List< CustomerResponse list = default(List<CustomerResponse>),
string  totalResultsCount = default(string),
string  hasMoreResults = default(string),
string  url = default(string),
string  fromIndex = default(string),
string  toIndex = default(string),
string  queryId = default(string) 
)

Initializes a new instance of the CustomersResponse class.

Parameters
listlist.
totalResultsCountThe total number of customers available matching the search criteria..
hasMoreResultstrue if there are more results or pages.
urlThis URL fetches the next or previous set of payments, based on the presence of after_object or before_object parameter..
fromIndexThe id of the object before which the previous set of objects are to be retrieved..
toIndexThe id of the object after which the next set of objects are to be retrieved..
queryIdThe query id of the object..

Member Function Documentation

override bool Orbipay.PaymentsApi.Client.Models.CustomersResponse.Equals ( object  input)

Returns true if objects are equal

Parameters
inputObject to be compared
Returns
Boolean
bool Orbipay.PaymentsApi.Client.Models.CustomersResponse.Equals ( CustomersResponse  input)

Returns true if CustomersResponse instances are equal

Parameters
inputInstance of CustomersResponse to be compared
Returns
Boolean
override int Orbipay.PaymentsApi.Client.Models.CustomersResponse.GetHashCode ( )

Gets the hash code

Returns
Hash code
virtual string Orbipay.PaymentsApi.Client.Models.CustomersResponse.ToJson ( )
virtual

Returns the JSON string presentation of the object

Returns
string
override string Orbipay.PaymentsApi.Client.Models.CustomersResponse.ToString ( )

Returns the string presentation of the object

Returns
string

Property Documentation

string Orbipay.PaymentsApi.Client.Models.CustomersResponse.FromIndex
getset

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.

List<CustomerResponse> Orbipay.PaymentsApi.Client.Models.CustomersResponse.List
getset

Gets or Sets List

string Orbipay.PaymentsApi.Client.Models.CustomersResponse.QueryId
getset

The query id of the object.

The query id of the object.

string Orbipay.PaymentsApi.Client.Models.CustomersResponse.ToIndex
getset

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.Models.CustomersResponse.TotalResultsCount
getset

The total number of customers available matching the search criteria.

The total number of customers available matching the search criteria.

string Orbipay.PaymentsApi.Client.Models.CustomersResponse.Url
getset

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: