The PaymentSetups wrapper module.
Members
-
inner confirmation_number :String
-
The confirmation number or reference provided to the customer for the successful payment.
-
inner from_date :String
-
The date from which recurring payments setup, 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 id_customer_account :String
-
The unique identifier assigned by EBPP to the customer account
-
inner id_funding_account :String
-
The unique identifier assigned by EBPP to the funding account
-
inner page_size :String
-
The maximum number of objects returned in the query.
-
inner PaymentSetup
-
-
inner query_id :String
-
The query id of the object.
-
inner String
-
The status of the payment. This can take multiple values in the format key=value1&key=value2....
-
inner String
-
The schedule type for the payment setup. This can take multiple values in the format key=value1&key=value2....
-
inner to_date :String
-
The date upto which recurring payments setup, 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
-
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
-
findBy(id_funding_account, id_customer_account, confirmation_number, Stringopt, from_date, to_date, Stringopt, page_size, query_id, from_index, to_index) → {module:wrappers/PaymentSetups}
-
Parameters:
Name Type Attributes Description id_funding_account
String The id_funding_account of PaymentSetups.
id_customer_account
String The id_customer_account of PaymentSetups.
confirmation_number
String The confirmation_number of PaymentSetups.
String
<optional>
payment_setup_schedule_type - The payment_setup_schedule_type of PaymentSetups.
from_date
String The from_date of PaymentSetups.
to_date
String The to_date of PaymentSetups.
String
<optional>
status - The status of PaymentSetups.
page_size
String The page_size of PaymentSetups.
query_id
String The query_id of PaymentSetups.
from_index
String The from_index of PaymentSetups.
to_index
String The to_index of PaymentSetups.
-
forClient(client_key) → {module:wrappers/PaymentSetups}
-
Parameters:
Name Type Description client_key
String The client_key of PaymentSetups.
-
forCustomer(id_customer) → {module:wrappers/PaymentSetups}
-
Parameters:
Name Type Description id_customer
String The id_customer of PaymentSetups.
-
videChannel(channel) → {module:wrappers/PaymentSetups}
-
Parameters:
Name Type Description channel
String The channel of PaymentSetups.