Uses of Class
dev.vality.damsel.domain.AllocationTransaction
| Package | Description |
|---|---|
| dev.vality.damsel.domain | |
| dev.vality.damsel.payment_processing |
-
Uses of AllocationTransaction in dev.vality.damsel.domain
Fields in dev.vality.damsel.domain with type parameters of type AllocationTransaction Modifier and Type Field Description List<AllocationTransaction>Allocation. transactionsMethods in dev.vality.damsel.domain that return AllocationTransaction Modifier and Type Method Description AllocationTransactionAllocationTransaction. deepCopy()AllocationTransactionAllocationTransaction. setAmount(Cash amount)Сумма, которая будет переведена по назначению.AllocationTransactionAllocationTransaction. setBody(AllocationTransactionBodyTotal body)Описывает содержимое транзакции в том случае, если был использован вариант прототипа с AllocationTransactionPrototypeBody.totalAllocationTransactionAllocationTransaction. setDetails(AllocationTransactionDetails details)AllocationTransactionAllocationTransaction. setId(String id)AllocationTransactionAllocationTransaction. setTarget(AllocationTransactionTarget target)По этому назначению переводится часть денежных средств.Methods in dev.vality.damsel.domain that return types with arguments of type AllocationTransaction Modifier and Type Method Description List<AllocationTransaction>Allocation. getTransactions()Iterator<AllocationTransaction>Allocation. getTransactionsIterator()Methods in dev.vality.damsel.domain with parameters of type AllocationTransaction Modifier and Type Method Description voidAllocation. addToTransactions(AllocationTransaction elem)intAllocationTransaction. compareTo(AllocationTransaction other)booleanAllocationTransaction. equals(AllocationTransaction that)Method parameters in dev.vality.damsel.domain with type arguments of type AllocationTransaction Modifier and Type Method Description AllocationAllocation. setTransactions(List<AllocationTransaction> transactions)Constructors in dev.vality.damsel.domain with parameters of type AllocationTransaction Constructor Description AllocationTransaction(AllocationTransaction other)Performs a deep copy on other.Constructor parameters in dev.vality.damsel.domain with type arguments of type AllocationTransaction Constructor Description Allocation(List<AllocationTransaction> transactions) -
Uses of AllocationTransaction in dev.vality.damsel.payment_processing
Methods in dev.vality.damsel.payment_processing that return AllocationTransaction Modifier and Type Method Description AllocationTransactionFailedAllocationTransaction. getTransaction()Methods in dev.vality.damsel.payment_processing with parameters of type AllocationTransaction Modifier and Type Method Description voidFailedAllocationTransaction. setTransaction(AllocationTransaction value)static FailedAllocationTransactionFailedAllocationTransaction. transaction(AllocationTransaction value)