Uses of Class
com.blockchyp.client.dto.BatchSummary
Packages that use BatchSummary
-
Uses of BatchSummary in com.blockchyp.client.dto
Methods in com.blockchyp.client.dto that return types with arguments of type BatchSummaryModifier and TypeMethodDescriptionBatchHistoryResponse.getBatches()Gets merchant's batch history in descending order.CloseBatchResponse.getBatches()Gets a collection of batches closed during the batch close operation.Methods in com.blockchyp.client.dto with parameters of type BatchSummaryModifier and TypeMethodDescriptionvoidBatchHistoryResponse.addBatche(BatchSummary value) Adds a merchant's batch history in descending order.voidCloseBatchResponse.addBatche(BatchSummary value) Adds a a collection of batches closed during the batch close operation.Method parameters in com.blockchyp.client.dto with type arguments of type BatchSummaryModifier and TypeMethodDescriptionvoidBatchHistoryResponse.setBatches(Collection<BatchSummary> value) Sets merchant's batch history in descending order.voidCloseBatchResponse.setBatches(Collection<BatchSummary> value) Sets a collection of batches closed during the batch close operation.