| Modifier and Type | Method | Description |
|---|---|---|
protected retrofit2.Call<PaginatedList<ApplicationToken>> |
ApplicationTokenBuilders.ListApplicationTokenRequestBuilder.getRequest(ApplicationTokenResource resource) |
|
protected retrofit2.Call<PaginatedList<MerchantApplicationJWT>> |
ApplicationTokenBuilders.ListMerchantApplicationJWTRequestBuilder.getRequest(ApplicationTokenResource resource) |
|
protected retrofit2.Call<PaginatedList<StoreApplicationJWT>> |
ApplicationTokenBuilders.ListStoreApplicationJWTRequestBuilder.getRequest(ApplicationTokenResource resource) |
| Modifier and Type | Method | Description |
|---|---|---|
protected retrofit2.Call<PaginatedList<BankAccount>> |
BankAccountsBuilders.ListAllBankAccountsRequestBuilder.getRequest(BankAccountsResource resource) |
| Modifier and Type | Method | Description |
|---|---|---|
protected retrofit2.Call<PaginatedList<Cancel>> |
CancelsBuilders.ListAllCancelsRequestBuilder.getRequest(CancelResource resource) |
| Modifier and Type | Method | Description |
|---|---|---|
protected retrofit2.Call<PaginatedList<Charge>> |
ChargesBuilders.ListChargesRequestBuilder.getRequest(ChargesResource resource) |
| Modifier and Type | Method | Description |
|---|---|---|
protected retrofit2.Call<PaginatedList<Ledger>> |
LedgersBuilders.ListLedgersRequestBuilder.getRequest(LedgersResource resource) |
| Modifier and Type | Method | Description |
|---|---|---|
protected retrofit2.Call<PaginatedList<Transaction>> |
MerchantsBuilders.GetTransactionHistoryRequestBuilder.getRequest(MerchantsResource resource) |
| Modifier and Type | Method | Description |
|---|---|---|
protected retrofit2.Call<PaginatedList<Refund>> |
RefundBuilders.ListRefundsRequestBuilder.getRequest(RefundsResource resource) |
| Modifier and Type | Method | Description |
|---|---|---|
protected retrofit2.Call<PaginatedList<Store>> |
StoreBuilders.ListStoresRequestBuilder.getRequest(StoresResource resource) |
| Modifier and Type | Method | Description |
|---|---|---|
protected retrofit2.Call<PaginatedList<Charge>> |
SubscriptionBuilders.ListChargesForPaymentRequestBuilder.getRequest(SubscriptionsResource resource) |
|
protected retrofit2.Call<PaginatedList<ScheduledPayment>> |
SubscriptionBuilders.ListScheduledPaymentsRequestBuilder.getRequest(SubscriptionsResource resource) |
|
protected retrofit2.Call<PaginatedList<Charge>> |
SubscriptionBuilders.ListSubscriptionChargesRequestBuilder.getRequest(SubscriptionsResource resource) |
|
protected retrofit2.Call<PaginatedList<Subscription>> |
SubscriptionBuilders.ListSubscriptionsMerchantRequestBuilder.getRequest(SubscriptionsResource resource) |
|
protected retrofit2.Call<PaginatedList<Subscription>> |
SubscriptionBuilders.ListSubscriptionsRequestBuilder.getRequest(SubscriptionsResource resource) |
| Modifier and Type | Method | Description |
|---|---|---|
protected retrofit2.Call<PaginatedList<TransactionToken>> |
TransactionTokensBuilders.ListTransactionTokensMerchantRequestBuilder.getRequest(TransactionTokensResource resource) |
|
protected retrofit2.Call<PaginatedList<TransactionToken>> |
TransactionTokensBuilders.ListTransactionTokensRequestBuilder.getRequest(TransactionTokensResource resource) |
| Modifier and Type | Method | Description |
|---|---|---|
protected retrofit2.Call<PaginatedList<Transfer>> |
TransferBuilders.ListTransferRequestBuilder.getRequest(TransfersResource resource) |
| Modifier and Type | Method | Description |
|---|---|---|
protected retrofit2.Call<PaginatedList<Webhook>> |
WebhookBuilders.ListWebhookMerchantRequestBuilder.getRequest(WebhooksResource resource) |
|
protected retrofit2.Call<PaginatedList<Webhook>> |
WebhookBuilders.ListWebhookRequestBuilder.getRequest(WebhooksResource resource) |
| Modifier and Type | Method | Description |
|---|---|---|
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<ApplicationToken>> |
ApplicationTokenResource.listAppTokens(StoreId storeId,
ProcessingMode processingMode) |
|
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<MerchantApplicationJWT>> |
ApplicationTokenResource.listMerchantAppJWT() |
|
retrofit2.Call<PaginatedList<ScheduledPayment>> |
SubscriptionsResource.listPayments(StoreId storeId,
SubscriptionId subscriptionId,
Integer limit,
CursorDirection cursorDirection,
ScheduledPaymentId cursor) |
|
retrofit2.Call<PaginatedList<StoreApplicationJWT>> |
ApplicationTokenResource.listStoreAppJWT(StoreId storeId) |
|
retrofit2.Call<PaginatedList<Charge>> |
SubscriptionsResource.listSubscriptionCharges(StoreId storeId,
SubscriptionId subscriptionId,
Integer limit,
CursorDirection cursorDirection,
ChargeId cursor) |
Copyright © 2018 The Apache Software Foundation. All rights reserved.