retrofit2.Call<PaginatedList<Transaction>> |
MerchantsResource.getStoreTransactionHistory(StoreId storeId,
Integer limit,
CursorDirection cursorDirection,
ResourceId cursor,
String from,
String to,
TransactionStatus status,
TransactionType type,
ProcessingMode mode,
String search,
Boolean all) |
|
retrofit2.Call<PaginatedList<Transaction>> |
MerchantsResource.getTransactionHistory(Integer limit,
CursorDirection cursorDirection,
ResourceId cursor,
String from,
String to,
TransactionStatus status,
TransactionType type,
ProcessingMode mode,
String search,
Boolean all) |
|
retrofit2.Call<PaginatedList<BankAccount>> |
BankAccountsResource.list(Integer limit,
CursorDirection cursorDirection,
BankAccountId cursor) |
|
retrofit2.Call<PaginatedList<Cancel>> |
CancelResource.list(StoreId storeId,
ChargeId chargeId,
Integer limit,
CursorDirection cursorDirection,
CancelId cursor) |
|
retrofit2.Call<PaginatedList<Refund>> |
RefundsResource.list(StoreId storeId,
ChargeId chargeId,
Integer limit,
CursorDirection cursorDirection,
RefundId cursor,
String metadataSearch) |
|
retrofit2.Call<PaginatedList<Store>> |
StoresResource.list(Integer limit,
CursorDirection cursorDirection,
StoreId cursor,
String search) |
|
retrofit2.Call<PaginatedList<TransactionToken>> |
TransactionTokensResource.list(StoreId storeId,
Integer limit,
CursorDirection cursorDirection,
TransactionTokenId cursor,
Boolean all,
String search,
ProcessingMode mode,
TransactionTokenType type,
GopayCustomerId customerId) |
|
retrofit2.Call<PaginatedList<Transfer>> |
TransfersResource.list(Integer limit,
CursorDirection cursorDirection,
TransferId cursor) |
|
retrofit2.Call<PaginatedList<Webhook>> |
WebhooksResource.list(Integer limit,
CursorDirection cursorDirection,
WebhookId cursor) |
|
retrofit2.Call<PaginatedList<Webhook>> |
WebhooksResource.list(StoreId storeId,
Integer limit,
CursorDirection cursorDirection,
WebhookId cursor) |
|
retrofit2.Call<PaginatedList<Charge>> |
ChargesResource.listAllCharges(Integer limit,
CursorDirection cursorDirection,
ChargeId cursor,
Map<String,String> propertySearch,
String metadataSearch) |
|
retrofit2.Call<PaginatedList<Charge>> |
ChargesResource.listAllStoreCharges(StoreId storeId,
Integer limit,
CursorDirection cursorDirection,
ChargeId cursor,
Map<String,String> propertySearch,
String metadataSearch) |
|
retrofit2.Call<PaginatedList<Subscription>> |
SubscriptionsResource.listAllSubscriptions(Integer limit,
CursorDirection cursorDirection,
SubscriptionId cursor) |
|
retrofit2.Call<PaginatedList<Subscription>> |
SubscriptionsResource.listAllSubscriptions(StoreId storeId,
Integer limit,
CursorDirection cursorDirection,
SubscriptionId cursor) |
|
retrofit2.Call<PaginatedList<Charge>> |
SubscriptionsResource.listChargesForPayment(StoreId storeId,
SubscriptionId subscriptionId,
ScheduledPaymentId paymentId,
Integer limit,
CursorDirection cursorDirection,
ChargeId cursor) |
|
retrofit2.Call<PaginatedList<Ledger>> |
LedgersResource.listLedgers(TransferId transferId,
Boolean all,
String from,
String to,
Integer min,
Integer max,
String currency,
Integer limit,
CursorDirection cursorDirection,
LedgerId cursor) |
|
retrofit2.Call<PaginatedList<TransactionToken>> |
TransactionTokensResource.listMerchant(Integer limit,
CursorDirection cursorDirection,
TransactionTokenId cursor,
Boolean all,
String search,
ProcessingMode mode,
TransactionTokenType type,
GopayCustomerId customerId) |
|
retrofit2.Call<PaginatedList<ScheduledPayment>> |
SubscriptionsResource.listPayments(StoreId storeId,
SubscriptionId subscriptionId,
Integer limit,
CursorDirection cursorDirection,
ScheduledPaymentId cursor) |
|
retrofit2.Call<PaginatedList<Charge>> |
SubscriptionsResource.listSubscriptionCharges(StoreId storeId,
SubscriptionId subscriptionId,
Integer limit,
CursorDirection cursorDirection,
ChargeId cursor) |
|