Class PaymentAllocationOrder

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

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

  • Constructor Details

    • PaymentAllocationOrder

      public PaymentAllocationOrder()
  • Method Details

    • order

      public PaymentAllocationOrder order(Integer order)
    • getOrder

      @Nullable public Integer getOrder()
      Get order
      Returns:
      order
    • setOrder

      public void setOrder(Integer order)
    • paymentAllocationRule

      public PaymentAllocationOrder paymentAllocationRule(String paymentAllocationRule)
    • getPaymentAllocationRule

      @Nullable public String getPaymentAllocationRule()
      Get paymentAllocationRule
      Returns:
      paymentAllocationRule
    • setPaymentAllocationRule

      public void setPaymentAllocationRule(String paymentAllocationRule)
    • 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