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

More...

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

Public Member Functions

 CustomerAccountsResponse (List< CustomerAccountResponse > list=default(List< CustomerAccountResponse >), 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 CustomerAccountsResponse 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 (CustomerAccountsResponse input)
 Returns true if CustomerAccountsResponse instances are equal More...
 
override int GetHashCode ()
 Gets the hash code More...
 

Properties

List< CustomerAccountResponseList [get, set]
 Gets or Sets List More...
 
string TotalResultsCount [get, set]
 total number of Customer accounts of customer available with matching criteria More...
 
string Url [get, set]
 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 [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.CustomerAccountsResponse.CustomerAccountsResponse ( List< CustomerAccountResponse list = default(List<CustomerAccountResponse>),
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 CustomerAccountsResponse class.

Parameters
listlist.
totalResultsCounttotal number of Customer accounts of customer available with matching criteria.
hasMoreResultstrue if there are more results or pages.
urlThis URL fetches the next or previous set of customer accounts, 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.CustomerAccountsResponse.Equals ( object  input)

Returns true if objects are equal

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

Returns true if CustomerAccountsResponse instances are equal

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

Gets the hash code

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

Returns the JSON string presentation of the object

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

Returns the string presentation of the object

Returns
string

Property Documentation

string Orbipay.PaymentsApi.Client.Models.CustomerAccountsResponse.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<CustomerAccountResponse> Orbipay.PaymentsApi.Client.Models.CustomerAccountsResponse.List
getset

Gets or Sets List

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

The query id of the object.

The query id of the object.

string Orbipay.PaymentsApi.Client.Models.CustomerAccountsResponse.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.CustomerAccountsResponse.TotalResultsCount
getset

total number of Customer accounts of customer available with matching criteria

total number of Customer accounts of customer available with matching criteria

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

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.


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