| Package | Description |
|---|---|
| jp.gopay.sdk.models.response.merchant | |
| jp.gopay.sdk.resources |
| Modifier and Type | Method | Description |
|---|---|---|
ResourceId |
Transaction.getId() |
|
ResourceId |
Transaction.getResourceId() |
| 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) |
Copyright © 2018 The Apache Software Foundation. All rights reserved.