Uses of Class
co.dapi.types.CategorizedTransaction.TransactionType
-
Packages that use CategorizedTransaction.TransactionType Package Description co.dapi.types -
-
Uses of CategorizedTransaction.TransactionType in co.dapi.types
Methods in co.dapi.types that return CategorizedTransaction.TransactionType Modifier and Type Method Description CategorizedTransaction.TransactionTypeCategorizedTransaction. getType()static CategorizedTransaction.TransactionTypeCategorizedTransaction.TransactionType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static CategorizedTransaction.TransactionType[]CategorizedTransaction.TransactionType. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in co.dapi.types with parameters of type CategorizedTransaction.TransactionType Constructor Description CategorizedTransaction(float amount, java.lang.String date, CategorizedTransaction.TransactionType type, java.lang.String description, java.lang.String details, Currency currency, java.lang.Float beforeAmount, java.lang.Float afterAmount, java.lang.String reference, java.lang.String category)
-