Methods
(async, static) fetchPaymentLogsAll(req, count) → {object}
- Source:
All Payment logs
Parameters:
Name | Type | Description |
---|---|---|
req |
object | request data |
count |
string | count for the pagination |
Returns:
sql response
- Type
- object
(async, static) fetchRefundLogsAll(req, count) → {object}
- Source:
All Refund logs
Parameters:
Name | Type | Description |
---|---|---|
req |
object | request data |
count |
string | count for the pagination |
Returns:
sql response
- Type
- object