new module:models/CustomersResponse()
This class subject to change without prior notice, Please dont use this class directly.
Constructs a newCustomersResponse
.
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/CustomersResponse.HasMoreResultsEnum
-
true if there are more results or pages
-
inner list :Array.<module:models/CustomerResponse>
-
-
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
-
The total number of customers available matching the search 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/CustomersResponse}
-
Constructs a
CustomersResponse
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/CustomersResponse Optional instance to populate.