Uses of Class
dev.vality.damsel.domain.AllocationTransaction
Packages that use AllocationTransaction
-
Uses of AllocationTransaction in dev.vality.damsel.domain
Fields in dev.vality.damsel.domain with type parameters of type AllocationTransactionMethods in dev.vality.damsel.domain that return AllocationTransactionModifier and TypeMethodDescriptionAllocationTransaction.deepCopy()Сумма, которая будет переведена по назначению.AllocationTransaction.setBody(AllocationTransactionBodyTotal body) Описывает содержимое транзакции в том случае, если был использован вариант прототипа с AllocationTransactionPrototypeBody.totalAllocationTransaction.setDetails(AllocationTransactionDetails details) AllocationTransaction.setTarget(AllocationTransactionTarget target) По этому назначению переводится часть денежных средств.Methods in dev.vality.damsel.domain that return types with arguments of type AllocationTransactionModifier and TypeMethodDescriptionAllocation.getTransactions()Allocation.getTransactionsIterator()Methods in dev.vality.damsel.domain with parameters of type AllocationTransactionModifier and TypeMethodDescriptionvoidAllocation.addToTransactions(AllocationTransaction elem) intAllocationTransaction.compareTo(AllocationTransaction other) booleanAllocationTransaction.equals(AllocationTransaction that) Method parameters in dev.vality.damsel.domain with type arguments of type AllocationTransactionModifier and TypeMethodDescriptionAllocation.setTransactions(List<AllocationTransaction> transactions) Constructors in dev.vality.damsel.domain with parameters of type AllocationTransactionModifierConstructorDescriptionPerforms a deep copy on other.Constructor parameters in dev.vality.damsel.domain with type arguments of type AllocationTransaction -
Uses of AllocationTransaction in dev.vality.damsel.payment_processing
Methods in dev.vality.damsel.payment_processing that return AllocationTransactionMethods in dev.vality.damsel.payment_processing with parameters of type AllocationTransactionModifier and TypeMethodDescriptionvoidFailedAllocationTransaction.setTransaction(AllocationTransaction value) static FailedAllocationTransactionFailedAllocationTransaction.transaction(AllocationTransaction value)