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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddPaymentAllocationOrderItem(PaymentAllocationOrder paymentAllocationOrderItem) booleanfutureInstallmentAllocationRule(String futureInstallmentAllocationRule) Get futureInstallmentAllocationRuleGet paymentAllocationOrderGet transactionTypeinthashCode()paymentAllocationOrder(List<PaymentAllocationOrder> paymentAllocationOrder) voidsetFutureInstallmentAllocationRule(String futureInstallmentAllocationRule) voidsetPaymentAllocationOrder(List<PaymentAllocationOrder> paymentAllocationOrder) voidsetTransactionType(String transactionType) toString()transactionType(String transactionType)
-
Field Details
-
SERIALIZED_NAME_FUTURE_INSTALLMENT_ALLOCATION_RULE
- See Also:
-
SERIALIZED_NAME_PAYMENT_ALLOCATION_ORDER
- See Also:
-
SERIALIZED_NAME_TRANSACTION_TYPE
- See Also:
-
-
Constructor Details
-
AdvancedPaymentData
public AdvancedPaymentData()
-
-
Method Details
-
futureInstallmentAllocationRule
-
getFutureInstallmentAllocationRule
Get futureInstallmentAllocationRule- Returns:
- futureInstallmentAllocationRule
-
setFutureInstallmentAllocationRule
-
paymentAllocationOrder
public AdvancedPaymentData paymentAllocationOrder(List<PaymentAllocationOrder> paymentAllocationOrder) -
addPaymentAllocationOrderItem
public AdvancedPaymentData addPaymentAllocationOrderItem(PaymentAllocationOrder paymentAllocationOrderItem) -
getPaymentAllocationOrder
Get paymentAllocationOrder- Returns:
- paymentAllocationOrder
-
setPaymentAllocationOrder
-
transactionType
-
getTransactionType
Get transactionType- Returns:
- transactionType
-
setTransactionType
-
equals
-
hashCode
public int hashCode() -
toString
-