Uses of Class
co.dapi.types.Transaction.TransactionType
| Package | Description |
|---|---|
| co.dapi.types |
-
Uses of Transaction.TransactionType in co.dapi.types
Methods in co.dapi.types that return Transaction.TransactionType Modifier and Type Method Description Transaction.TransactionTypeTransaction. getType()static Transaction.TransactionTypeTransaction.TransactionType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static Transaction.TransactionType[]Transaction.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 Transaction.TransactionType Constructor Description Transaction(float amount, java.lang.String date, Transaction.TransactionType type, java.lang.String description, java.lang.String details, Currency currency, java.lang.Float beforeAmount, java.lang.Float afterAmount, java.lang.String reference)