| Package | Description |
|---|---|
| jp.gopay.sdk.builders.merchant | |
| jp.gopay.sdk.models.response.merchant | |
| jp.gopay.sdk.resources | |
| jp.gopay.sdk.types |
| Modifier and Type | Field | Description |
|---|---|---|
protected TransactionType |
AbstractMerchantsBuilders.AbstractGetTransactionHistoryRequestBuilder.type |
| Modifier and Type | Method | Description |
|---|---|---|
B |
AbstractMerchantsBuilders.AbstractGetTransactionHistoryRequestBuilder.withTransactionType(TransactionType type) |
| Modifier and Type | Method | Description |
|---|---|---|
TransactionType |
Transaction.getTransactionType() |
| 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) |
| Modifier and Type | Method | Description |
|---|---|---|
static TransactionType |
TransactionType.valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static TransactionType[] |
TransactionType.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2018 The Apache Software Foundation. All rights reserved.