Class ShareAccountChargeData

java.lang.Object
org.apache.fineract.portfolio.shareaccounts.data.ShareAccountChargeData
All Implemented Interfaces:
Serializable

public class ShareAccountChargeData extends Object implements Serializable
See Also:
  • Constructor Details

    • ShareAccountChargeData

      public ShareAccountChargeData(Long chargeId, BigDecimal amount)
    • 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)