PaginatedResponse<Deal> |
DealProcessor.findAll(DealList dealList) |
Receive information about all deals
with some filter conditions.
|
PaginatedResponse<Payment> |
PaymentProcessor.findAll(PaymentList paymentList) |
Receive information about all payments
with some filter conditions.
|
PaginatedResponse<Receipt> |
ReceiptProcessor.findAll(ReceiptList receiptList) |
Receive information about all receipts
with some filter conditions.
|
PaginatedResponse<Refund> |
RefundProcessor.findAll(RefundList refundList) |
Receive information about all refunds
with some filter conditions.
|
PaginatedResponse<Webhook> |
WebhookProcessor.findAll() |
Receive information about all existing webhooks.
|