module:models/PaymentSetupsResponse()

new module:models/PaymentSetupsResponse()

This class subject to change without prior notice, Please dont use this class directly.

Constructs a new PaymentSetupsResponse.

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/PaymentSetupsResponse.HasMoreResultsEnum

true if there are more results or pages

inner list :Array.<module:models/PaymentSetupResponse>

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 payment setup available matching the search criteria.

inner url :String

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

Methods

static constructFromObject(data, obj) → {module:models/PaymentSetupsResponse}

Constructs a PaymentSetupsResponse from a plain JavaScript object, optionally creating a new instance. Copies all relevant properties from data to obj 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/PaymentSetupsResponse

Optional instance to populate.

Returns:
module:models/PaymentSetupsResponse -

The populated PaymentSetupsResponse instance.