Class ShareAccountChargeData
java.lang.Object
org.apache.fineract.portfolio.shareaccounts.data.ShareAccountChargeData
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionShareAccountChargeData(Long id, Long chargeId, Long accountId, String name, org.apache.fineract.organisation.monetary.data.CurrencyData currency, BigDecimal amount, BigDecimal amountPaid, BigDecimal amountWaived, BigDecimal amountWrittenOff, BigDecimal amountOutstanding, org.apache.fineract.infrastructure.core.data.EnumOptionData chargeTimeType, org.apache.fineract.infrastructure.core.data.EnumOptionData chargeCalculationType, BigDecimal percentage, BigDecimal amountPercentageAppliedTo, Collection<org.apache.fineract.portfolio.charge.data.ChargeData> chargeOptions, Boolean isActive, BigDecimal chargeamountorpercentage) ShareAccountChargeData(Long chargeId, BigDecimal amount) -
Method Summary
-
Constructor Details
-
ShareAccountChargeData
-
ShareAccountChargeData
public ShareAccountChargeData(Long id, Long chargeId, Long accountId, String name, org.apache.fineract.organisation.monetary.data.CurrencyData currency, BigDecimal amount, BigDecimal amountPaid, BigDecimal amountWaived, BigDecimal amountWrittenOff, BigDecimal amountOutstanding, org.apache.fineract.infrastructure.core.data.EnumOptionData chargeTimeType, org.apache.fineract.infrastructure.core.data.EnumOptionData chargeCalculationType, BigDecimal percentage, BigDecimal amountPercentageAppliedTo, Collection<org.apache.fineract.portfolio.charge.data.ChargeData> chargeOptions, Boolean isActive, BigDecimal chargeamountorpercentage)
-