wrappers/RecordedPayments

The RecordedPayments wrapper module.

Members

inner from_index :String

The id of the object before which the previous set of objects are to be retrieved.

inner has_more_results :String

true if there are more results or pages

inner query_id :String

The query id of the object.

inner RecordedPayment

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

findBy(from_index, to_index, query_id) → {module:wrappers/RecordedPayments}

Parameters:
Name Type Description
from_index String

The from_index of RecordedPayments.

to_index String

The to_index of RecordedPayments.

query_id String

The query_id of RecordedPayments.

Returns:
module:wrappers/RecordedPayments -

The instance of RecordedPayments.

forClient(client_key) → {module:wrappers/RecordedPayments}

Parameters:
Name Type Description
client_key String

The client_key of RecordedPayments.

Returns:
module:wrappers/RecordedPayments -

The instance of RecordedPayments.

forCustomer() → {module:wrappers/RecordedPayments}

Returns:
module:wrappers/RecordedPayments -

The instance of RecordedPayments.

videChannel(channel) → {module:wrappers/RecordedPayments}

Parameters:
Name Type Description
channel String

The channel of RecordedPayments.

Returns:
module:wrappers/RecordedPayments -

The instance of RecordedPayments.