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

More...

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

Public Member Functions

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

Properties

List< FundingAccountResponseList [get, set]
 Gets or Sets List More...
 
string TotalResultsCount [get, set]
 The total number of funding accounts of the customer matching the search criteria. More...
 
string Url [get, set]
 This URL fetches the next or previous set of funding 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.FundingAccountsResponse.FundingAccountsResponse ( List< FundingAccountResponse list = default(List<FundingAccountResponse>),
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 FundingAccountsResponse class.

Parameters
listlist.
totalResultsCountThe total number of funding accounts of the customer matching the search criteria..
hasMoreResultstrue if there are more results or pages.
urlThis URL fetches the next or previous set of funding 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.FundingAccountsResponse.Equals ( object  input)

Returns true if objects are equal

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

Returns true if FundingAccountsResponse instances are equal

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

Gets the hash code

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

Returns the JSON string presentation of the object

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

Returns the string presentation of the object

Returns
string

Property Documentation

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

Gets or Sets List

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

The query id of the object.

The query id of the object.

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

The total number of funding accounts of the customer matching the search criteria.

The total number of funding accounts of the customer matching the search criteria.

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

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

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


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