Class CreditDebit
java.lang.Object
org.apache.fineract.client.models.CreditDebit
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.8.0")
public class CreditDebit
extends Object
CreditDebit
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionamount(BigDecimal amount) booleanGet amountGet glAccountIdglAccountId(Long glAccountId) inthashCode()voidsetAmount(BigDecimal amount) voidsetGlAccountId(Long glAccountId) toString()
-
Field Details
-
SERIALIZED_NAME_AMOUNT
- See Also:
-
SERIALIZED_NAME_GL_ACCOUNT_ID
- See Also:
-
-
Constructor Details
-
CreditDebit
public CreditDebit()
-
-
Method Details