module:models/RecordedPaymentsResponse()

new module:models/RecordedPaymentsResponse()

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

Constructs a new RecordedPaymentsResponse.

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

true if there are more results or pages

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

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/RecordedPaymentsResponse}

Constructs a RecordedPaymentsResponse 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/RecordedPaymentsResponse

Optional instance to populate.

Returns:
module:models/RecordedPaymentsResponse -

The populated RecordedPaymentsResponse instance.