Uses of Class
dev.vality.damsel.payment_processing.FailedAllocationTransaction
Packages that use FailedAllocationTransaction
-
Uses of FailedAllocationTransaction in dev.vality.damsel.payment_processing
Fields in dev.vality.damsel.payment_processing declared as FailedAllocationTransactionMethods in dev.vality.damsel.payment_processing that return FailedAllocationTransactionModifier and TypeMethodDescriptionFailedAllocationTransaction.deepCopy()AllocationInvalidTransaction.getTransaction()static FailedAllocationTransactionFailedAllocationTransaction.transaction(AllocationTransaction value) static FailedAllocationTransactionFailedAllocationTransaction.transaction_prototype(AllocationTransactionPrototype value) Methods in dev.vality.damsel.payment_processing with parameters of type FailedAllocationTransactionModifier and TypeMethodDescriptionintFailedAllocationTransaction.compareTo(FailedAllocationTransaction other) booleanFailedAllocationTransaction.equals(FailedAllocationTransaction other) AllocationInvalidTransaction.setTransaction(FailedAllocationTransaction transaction) Constructors in dev.vality.damsel.payment_processing with parameters of type FailedAllocationTransactionModifierConstructorDescriptionAllocationInvalidTransaction(FailedAllocationTransaction transaction, String reason)