More...
|
List< CustomerAccountResponse > | List [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...
|
|
This class subject to change without prior notice, Please dont use this class directly.
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
-
list | list. |
totalResultsCount | total number of Customer accounts of customer available with matching criteria. |
hasMoreResults | true if there are more results or pages. |
url | This URL fetches the next or previous set of customer accounts, based on the presence of after_object or before_object parameter.. |
fromIndex | The id of the object before which the previous set of objects are to be retrieved.. |
toIndex | The id of the object after which the next set of objects are to be retrieved.. |
queryId | The query id of the object.. |
override bool Orbipay.PaymentsApi.Client.Models.CustomerAccountsResponse.Equals |
( |
object |
input | ) |
|
Returns true if objects are equal
- Parameters
-
input | Object 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
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.
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: