More...
|
List< PaymentSetupResponse > | List [get, set] |
| Gets or Sets List More...
|
|
string | TotalResultsCount [get, set] |
| The total number of payment setup available matching the search criteria. More...
|
|
string | Url [get, set] |
| This URL fetches the next or previous set of payment setups, 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.PaymentSetupsResponse.PaymentSetupsResponse |
( |
List< PaymentSetupResponse > |
list = default(List<PaymentSetupResponse>) , |
|
|
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 PaymentSetupsResponse class.
- Parameters
-
list | list. |
totalResultsCount | The total number of payment setup available matching the search criteria.. |
hasMoreResults | true if there are more results or pages. |
url | This URL fetches the next or previous set of payment setups, 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.PaymentSetupsResponse.Equals |
( |
object |
input | ) |
|
Returns true if objects are equal
- Parameters
-
input | Object to be compared |
- Returns
- Boolean
override int Orbipay.PaymentsApi.Client.Models.PaymentSetupsResponse.GetHashCode |
( |
| ) |
|
Gets the hash code
- Returns
- Hash code
virtual string Orbipay.PaymentsApi.Client.Models.PaymentSetupsResponse.ToJson |
( |
| ) |
|
|
virtual |
Returns the JSON string presentation of the object
- Returns
- string
override string Orbipay.PaymentsApi.Client.Models.PaymentSetupsResponse.ToString |
( |
| ) |
|
Returns the string presentation of the object
- Returns
- string
string Orbipay.PaymentsApi.Client.Models.PaymentSetupsResponse.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.PaymentSetupsResponse.QueryId |
|
getset |
The query id of the object.
The query id of the object.
string Orbipay.PaymentsApi.Client.Models.PaymentSetupsResponse.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.PaymentSetupsResponse.TotalResultsCount |
|
getset |
The total number of payment setup available matching the search criteria.
The total number of payment setup available matching the search criteria.
string Orbipay.PaymentsApi.Client.Models.PaymentSetupsResponse.Url |
|
getset |
This URL fetches the next or previous set of payment setups, based on the presence of after_object or before_object parameter.
This URL fetches the next or previous set of payment setups, based on the presence of after_object or before_object parameter.
The documentation for this class was generated from the following file: