Uses of Class
com.blockchyp.client.dto.StatementDeposit
Packages that use StatementDeposit
-
Uses of StatementDeposit in com.blockchyp.client.dto
Methods in com.blockchyp.client.dto that return types with arguments of type StatementDepositModifier and TypeMethodDescriptionMerchantInvoiceDetailResponse.getDeposits()Gets the list of merchant settlements disbursed during the statement period.Methods in com.blockchyp.client.dto with parameters of type StatementDepositModifier and TypeMethodDescriptionvoidMerchantInvoiceDetailResponse.addDeposit(StatementDeposit value) Adds a the list of merchant settlements disbursed during the statement period.Method parameters in com.blockchyp.client.dto with type arguments of type StatementDepositModifier and TypeMethodDescriptionvoidMerchantInvoiceDetailResponse.setDeposits(Collection<StatementDeposit> value) Sets the list of merchant settlements disbursed during the statement period.