Uses of Interface
dev.hloth.zgztransport.TransactionKind
-
Uses of TransactionKind in dev.hloth.zgztransport
Classes in dev.hloth.zgztransport that implement TransactionKindModifier and TypeClassDescriptionstatic final recordA ride, paid out of the balance or free as a transfer.static final recordMoney added to the balance.Methods in dev.hloth.zgztransport that return TransactionKindModifier and TypeMethodDescriptionTransaction.kind()Returns the value of thekindrecord component.static TransactionKindTransactionKind.ofValue(int value) The kind a byte stands for.Methods in dev.hloth.zgztransport with parameters of type TransactionKindConstructors in dev.hloth.zgztransport with parameters of type TransactionKindModifierConstructorDescriptionTransaction(CardType cardType, int networkFlag, int amount, int consecutivePayments, Stop stop, Route route, TransactionKind kind, int runCounter, CardDateTime createdAt, int sequence) Checks the ranges of the numeric fields and that the others are present.