Package com.blockchyp.client.dto
Class StatementDeposit
java.lang.Object
com.blockchyp.client.dto.StatementDeposit
Models information about merchant deposits during a statement period.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the batch id associated with the deposit.floatGets the prepaid fees associated with the batch.Gets the currency formatted form of prepaid fees.getId()Gets the line item id.floatGets the net deposit released to the merchant.Gets the currency formatted net deposit released to the merchant.floatGets the total refunds in the batch.Gets the currency formatted total refunds in the batch.floatGets the total sales in the batch.Gets the currency formatted total sales in the batch.intGets the number of transactions in the batch for which funds were deposited.voidsetBatchId(String value) Sets the batch id associated with the deposit.voidsetFeesPaid(float value) Sets the prepaid fees associated with the batch.voidsetFeesPaidFormatted(String value) Sets the currency formatted form of prepaid fees.voidSets the line item id.voidsetNetDeposit(float value) Sets the net deposit released to the merchant.voidsetNetDepositFormatted(String value) Sets the currency formatted net deposit released to the merchant.voidsetTotalRefunds(float value) Sets the total refunds in the batch.voidsetTotalRefundsFormatted(String value) Sets the currency formatted total refunds in the batch.voidsetTotalSales(float value) Sets the total sales in the batch.voidsetTotalSalesFormatted(String value) Sets the currency formatted total sales in the batch.voidsetTransactionCount(int value) Sets the number of transactions in the batch for which funds were deposited.
-
Constructor Details
-
StatementDeposit
public StatementDeposit()
-
-
Method Details
-
setId
Sets the line item id.- Parameters:
value- the line item id.
-
getId
Gets the line item id.- Returns:
- the line item id.
-
setTransactionCount
public void setTransactionCount(int value) Sets the number of transactions in the batch for which funds were deposited.- Parameters:
value- the number of transactions in the batch for which funds were deposited.
-
getTransactionCount
public int getTransactionCount()Gets the number of transactions in the batch for which funds were deposited.- Returns:
- the number of transactions in the batch for which funds were deposited.
-
setBatchId
Sets the batch id associated with the deposit.- Parameters:
value- the batch id associated with the deposit.
-
getBatchId
Gets the batch id associated with the deposit.- Returns:
- the batch id associated with the deposit.
-
setFeesPaid
public void setFeesPaid(float value) Sets the prepaid fees associated with the batch.- Parameters:
value- the prepaid fees associated with the batch.
-
getFeesPaid
public float getFeesPaid()Gets the prepaid fees associated with the batch.- Returns:
- the prepaid fees associated with the batch.
-
setFeesPaidFormatted
Sets the currency formatted form of prepaid fees.- Parameters:
value- the currency formatted form of prepaid fees.
-
getFeesPaidFormatted
Gets the currency formatted form of prepaid fees.- Returns:
- the currency formatted form of prepaid fees.
-
setNetDeposit
public void setNetDeposit(float value) Sets the net deposit released to the merchant.- Parameters:
value- the net deposit released to the merchant.
-
getNetDeposit
public float getNetDeposit()Gets the net deposit released to the merchant.- Returns:
- the net deposit released to the merchant.
-
setNetDepositFormatted
Sets the currency formatted net deposit released to the merchant.- Parameters:
value- the currency formatted net deposit released to the merchant.
-
getNetDepositFormatted
Gets the currency formatted net deposit released to the merchant.- Returns:
- the currency formatted net deposit released to the merchant.
-
setTotalSales
public void setTotalSales(float value) Sets the total sales in the batch.- Parameters:
value- the total sales in the batch.
-
getTotalSales
public float getTotalSales()Gets the total sales in the batch.- Returns:
- the total sales in the batch.
-
setTotalSalesFormatted
Sets the currency formatted total sales in the batch.- Parameters:
value- the currency formatted total sales in the batch.
-
getTotalSalesFormatted
Gets the currency formatted total sales in the batch.- Returns:
- the currency formatted total sales in the batch.
-
setTotalRefunds
public void setTotalRefunds(float value) Sets the total refunds in the batch.- Parameters:
value- the total refunds in the batch.
-
getTotalRefunds
public float getTotalRefunds()Gets the total refunds in the batch.- Returns:
- the total refunds in the batch.
-
setTotalRefundsFormatted
Sets the currency formatted total refunds in the batch.- Parameters:
value- the currency formatted total refunds in the batch.
-
getTotalRefundsFormatted
Gets the currency formatted total refunds in the batch.- Returns:
- the currency formatted total refunds in the batch.
-