Class CreditAllocationData
java.lang.Object
org.apache.fineract.client.models.CreditAllocationData
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.8.0")
public class CreditAllocationData
extends Object
CreditAllocationData
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddCreditAllocationOrderItem(CreditAllocationOrder creditAllocationOrderItem) creditAllocationOrder(List<CreditAllocationOrder> creditAllocationOrder) booleanGet creditAllocationOrderGet transactionTypeinthashCode()voidsetCreditAllocationOrder(List<CreditAllocationOrder> creditAllocationOrder) voidsetTransactionType(String transactionType) toString()transactionType(String transactionType)
-
Field Details
-
SERIALIZED_NAME_CREDIT_ALLOCATION_ORDER
- See Also:
-
SERIALIZED_NAME_TRANSACTION_TYPE
- See Also:
-
-
Constructor Details
-
CreditAllocationData
public CreditAllocationData()
-
-
Method Details
-
creditAllocationOrder
public CreditAllocationData creditAllocationOrder(List<CreditAllocationOrder> creditAllocationOrder) -
addCreditAllocationOrderItem
public CreditAllocationData addCreditAllocationOrderItem(CreditAllocationOrder creditAllocationOrderItem) -
getCreditAllocationOrder
Get creditAllocationOrder- Returns:
- creditAllocationOrder
-
setCreditAllocationOrder
-
transactionType
-
getTransactionType
Get transactionType- Returns:
- transactionType
-
setTransactionType
-
equals
-
hashCode
public int hashCode() -
toString
-