new module:models/RefundsResponse()
This class subject to change without prior notice, Please dont use this class directly.
Constructs a newRefundsResponse
.
Members
-
static, readonly HasMoreResultsEnum :String
-
Allowed values for the
has_more_results
property.Properties:
Name Type Description true
String value: "true"
false
String value: "false"
-
inner from_index :String
-
The id of the object before which the previous set of objects are to be retrieved.
-
inner has_more_results :module:models/RefundsResponse.HasMoreResultsEnum
-
true if there are more results or pages
-
inner list :Array.<module:models/RefundResponse>
-
-
inner query_id :String
-
The query id of the object.
-
inner to_index :String
-
The id of the object after which the next set of objects are to be retrieved.
-
inner total_results_count :String
-
total number of payments available with matching criteria
-
inner url :String
-
This URL fetches the next or previous set of payments, based on the presence of after_object or before_object parameter.
Methods
-
static constructFromObject(data, obj) → {module:models/RefundsResponse}
-
Constructs a
RefundsResponse
from a plain JavaScript object, optionally creating a new instance. Copies all relevant properties fromdata
toobj
if supplied or a new instance if not.Parameters:
Name Type Description data
Object The plain JavaScript object bearing properties of interest.
obj
module:models/RefundsResponse Optional instance to populate.