The Refunds wrapper module.
Members
-
inner confirmation_number :String
-
The confirmation number provided to the customer for the refund or for the corresponding successful payment.
-
inner from_date :String
-
The date from which refunds, matching the criteria specified, need to be retrieved.
-
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 id_customer :String
-
The unique identifier assigned by EBPP to the customer.
-
inner page_size :String
-
The maximum number of objects returned in the query.
-
inner query_id :String
-
The query id of the object.
-
inner Refund
-
-
inner String
-
The status of the refund. This can take multiple values in the format key=value1&key=value2....
-
inner to_date :String
-
The date upto which refunds, matching the criteria specified, need to be retrieved.
-
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(id_customer, confirmation_number, from_date, to_date, Stringopt, page_size, query_id, from_index, to_index) → {module:wrappers/Refunds}
-
Parameters:
Name Type Attributes Description id_customer
String The id_customer of Refunds.
confirmation_number
String The confirmation_number of Refunds.
from_date
String The from_date of Refunds.
to_date
String The to_date of Refunds.
String
<optional>
status - The status of Refunds.
page_size
String The page_size of Refunds.
query_id
String The query_id of Refunds.
from_index
String The from_index of Refunds.
to_index
String The to_index of Refunds.
-
forClient(client_key) → {module:wrappers/Refunds}
-
Parameters:
Name Type Description client_key
String The client_key of Refunds.
-
forCustomer(id_customer) → {module:wrappers/Refunds}
-
Parameters:
Name Type Description id_customer
String The id_customer of Refunds.
-
videChannel(channel) → {module:wrappers/Refunds}
-
Parameters:
Name Type Description channel
String The channel of Refunds.