| Package | Description |
|---|---|
| com.blockchyp.client.dto |
| Modifier and Type | Method and Description |
|---|---|
Collection<BatchSummary> |
CloseBatchResponse.getBatches()
Gets a collection of batches closed during the batch close operation.
|
Collection<BatchSummary> |
BatchHistoryResponse.getBatches()
Gets merchant's batch history in descending order.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CloseBatchResponse.addBatche(BatchSummary value)
Adds a a collection of batches closed during the batch close operation.
|
void |
BatchHistoryResponse.addBatche(BatchSummary value)
Adds a merchant's batch history in descending order.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CloseBatchResponse.setBatches(Collection<BatchSummary> value)
Sets a collection of batches closed during the batch close operation.
|
void |
BatchHistoryResponse.setBatches(Collection<BatchSummary> value)
Sets merchant's batch history in descending order.
|
Copyright © 2020 BlockChyp, Inc.. All rights reserved.