Class AdvancedPaymentData

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

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

    • SERIALIZED_NAME_FUTURE_INSTALLMENT_ALLOCATION_RULE

      public static final String SERIALIZED_NAME_FUTURE_INSTALLMENT_ALLOCATION_RULE
      See Also:
    • SERIALIZED_NAME_PAYMENT_ALLOCATION_ORDER

      public static final String SERIALIZED_NAME_PAYMENT_ALLOCATION_ORDER
      See Also:
    • SERIALIZED_NAME_TRANSACTION_TYPE

      public static final String SERIALIZED_NAME_TRANSACTION_TYPE
      See Also:
  • Constructor Details

    • AdvancedPaymentData

      public AdvancedPaymentData()
  • Method Details

    • futureInstallmentAllocationRule

      public AdvancedPaymentData futureInstallmentAllocationRule(String futureInstallmentAllocationRule)
    • getFutureInstallmentAllocationRule

      @Nullable public String getFutureInstallmentAllocationRule()
      Get futureInstallmentAllocationRule
      Returns:
      futureInstallmentAllocationRule
    • setFutureInstallmentAllocationRule

      public void setFutureInstallmentAllocationRule(String futureInstallmentAllocationRule)
    • paymentAllocationOrder

      public AdvancedPaymentData paymentAllocationOrder(List<PaymentAllocationOrder> paymentAllocationOrder)
    • addPaymentAllocationOrderItem

      public AdvancedPaymentData addPaymentAllocationOrderItem(PaymentAllocationOrder paymentAllocationOrderItem)
    • getPaymentAllocationOrder

      @Nullable public List<PaymentAllocationOrder> getPaymentAllocationOrder()
      Get paymentAllocationOrder
      Returns:
      paymentAllocationOrder
    • setPaymentAllocationOrder

      public void setPaymentAllocationOrder(List<PaymentAllocationOrder> paymentAllocationOrder)
    • transactionType

      public AdvancedPaymentData transactionType(String transactionType)
    • getTransactionType

      @Nullable public String getTransactionType()
      Get transactionType
      Returns:
      transactionType
    • setTransactionType

      public void setTransactionType(String transactionType)
    • 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