Class GetAccountsCharges

java.lang.Object
org.apache.fineract.client.models.GetAccountsCharges

@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", comments="Generator version: 7.8.0") public class GetAccountsCharges extends Object
GetAccountsCharges
  • Field Details

  • Constructor Details

    • GetAccountsCharges

      public GetAccountsCharges()
  • Method Details

    • accountId

      public GetAccountsCharges accountId(Long accountId)
    • getAccountId

      @Nullable public Long getAccountId()
      Get accountId
      Returns:
      accountId
    • setAccountId

      public void setAccountId(Long accountId)
    • amount

      public GetAccountsCharges amount(Float amount)
    • getAmount

      @Nullable public Float getAmount()
      Get amount
      Returns:
      amount
    • setAmount

      public void setAmount(Float amount)
    • amountOrPercentage

      public GetAccountsCharges amountOrPercentage(Float amountOrPercentage)
    • getAmountOrPercentage

      @Nullable public Float getAmountOrPercentage()
      Get amountOrPercentage
      Returns:
      amountOrPercentage
    • setAmountOrPercentage

      public void setAmountOrPercentage(Float amountOrPercentage)
    • amountOutstanding

      public GetAccountsCharges amountOutstanding(Float amountOutstanding)
    • getAmountOutstanding

      @Nullable public Float getAmountOutstanding()
      Get amountOutstanding
      Returns:
      amountOutstanding
    • setAmountOutstanding

      public void setAmountOutstanding(Float amountOutstanding)
    • amountPaid

      public GetAccountsCharges amountPaid(Float amountPaid)
    • getAmountPaid

      @Nullable public Float getAmountPaid()
      Get amountPaid
      Returns:
      amountPaid
    • setAmountPaid

      public void setAmountPaid(Float amountPaid)
    • amountPercentageAppliedTo

      public GetAccountsCharges amountPercentageAppliedTo(Double amountPercentageAppliedTo)
    • getAmountPercentageAppliedTo

      @Nullable public Double getAmountPercentageAppliedTo()
      Get amountPercentageAppliedTo
      Returns:
      amountPercentageAppliedTo
    • setAmountPercentageAppliedTo

      public void setAmountPercentageAppliedTo(Double amountPercentageAppliedTo)
    • amountWaived

      public GetAccountsCharges amountWaived(Float amountWaived)
    • getAmountWaived

      @Nullable public Float getAmountWaived()
      Get amountWaived
      Returns:
      amountWaived
    • setAmountWaived

      public void setAmountWaived(Float amountWaived)
    • amountWrittenOff

      public GetAccountsCharges amountWrittenOff(Float amountWrittenOff)
    • getAmountWrittenOff

      @Nullable public Float getAmountWrittenOff()
      Get amountWrittenOff
      Returns:
      amountWrittenOff
    • setAmountWrittenOff

      public void setAmountWrittenOff(Float amountWrittenOff)
    • chargeCalculationType

      public GetAccountsCharges chargeCalculationType(GetAccountsChargeCalculationType chargeCalculationType)
    • getChargeCalculationType

      @Nullable public GetAccountsChargeCalculationType getChargeCalculationType()
      Get chargeCalculationType
      Returns:
      chargeCalculationType
    • setChargeCalculationType

      public void setChargeCalculationType(GetAccountsChargeCalculationType chargeCalculationType)
    • chargeId

      public GetAccountsCharges chargeId(Long chargeId)
    • getChargeId

      @Nullable public Long getChargeId()
      Get chargeId
      Returns:
      chargeId
    • setChargeId

      public void setChargeId(Long chargeId)
    • chargeTimeType

      public GetAccountsCharges chargeTimeType(GetAccountsChargeTimeType chargeTimeType)
    • getChargeTimeType

      @Nullable public GetAccountsChargeTimeType getChargeTimeType()
      Get chargeTimeType
      Returns:
      chargeTimeType
    • setChargeTimeType

      public void setChargeTimeType(GetAccountsChargeTimeType chargeTimeType)
    • currency

      public GetAccountsCharges currency(GetAccountsChargesCurrency currency)
    • getCurrency

      @Nullable public GetAccountsChargesCurrency getCurrency()
      Get currency
      Returns:
      currency
    • setCurrency

      public void setCurrency(GetAccountsChargesCurrency currency)
    • id

      public GetAccountsCharges id(Long id)
    • getId

      @Nullable public Long getId()
      Get id
      Returns:
      id
    • setId

      public void setId(Long id)
    • isActive

      public GetAccountsCharges isActive(Boolean isActive)
    • getIsActive

      @Nullable public Boolean getIsActive()
      Get isActive
      Returns:
      isActive
    • setIsActive

      public void setIsActive(Boolean isActive)
    • name

      public GetAccountsCharges name(String name)
    • getName

      @Nullable public String getName()
      Get name
      Returns:
      name
    • setName

      public void setName(String name)
    • percentage

      public GetAccountsCharges percentage(Double percentage)
    • getPercentage

      @Nullable public Double getPercentage()
      Get percentage
      Returns:
      percentage
    • setPercentage

      public void setPercentage(Double percentage)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object