Uses of Class
dev.vality.damsel.domain.AllocationTransactionPrototype
| Package | Description |
|---|---|
| dev.vality.damsel.domain | |
| dev.vality.damsel.payment_processing |
-
Uses of AllocationTransactionPrototype in dev.vality.damsel.domain
Fields in dev.vality.damsel.domain with type parameters of type AllocationTransactionPrototype Modifier and Type Field Description List<AllocationTransactionPrototype>AllocationPrototype. transactionsMethods in dev.vality.damsel.domain that return AllocationTransactionPrototype Modifier and Type Method Description AllocationTransactionPrototypeAllocationTransactionPrototype. deepCopy()AllocationTransactionPrototypeAllocationTransactionPrototype. setBody(AllocationTransactionPrototypeBody body)AllocationTransactionPrototypeAllocationTransactionPrototype. setDetails(AllocationTransactionDetails details)AllocationTransactionPrototypeAllocationTransactionPrototype. setTarget(AllocationTransactionTarget target)По этому назначению переводится часть денежных средств.Methods in dev.vality.damsel.domain that return types with arguments of type AllocationTransactionPrototype Modifier and Type Method Description List<AllocationTransactionPrototype>AllocationPrototype. getTransactions()Iterator<AllocationTransactionPrototype>AllocationPrototype. getTransactionsIterator()Methods in dev.vality.damsel.domain with parameters of type AllocationTransactionPrototype Modifier and Type Method Description voidAllocationPrototype. addToTransactions(AllocationTransactionPrototype elem)intAllocationTransactionPrototype. compareTo(AllocationTransactionPrototype other)booleanAllocationTransactionPrototype. equals(AllocationTransactionPrototype that)Method parameters in dev.vality.damsel.domain with type arguments of type AllocationTransactionPrototype Modifier and Type Method Description AllocationPrototypeAllocationPrototype. setTransactions(List<AllocationTransactionPrototype> transactions)Constructors in dev.vality.damsel.domain with parameters of type AllocationTransactionPrototype Constructor Description AllocationTransactionPrototype(AllocationTransactionPrototype other)Performs a deep copy on other.Constructor parameters in dev.vality.damsel.domain with type arguments of type AllocationTransactionPrototype Constructor Description AllocationPrototype(List<AllocationTransactionPrototype> transactions) -
Uses of AllocationTransactionPrototype in dev.vality.damsel.payment_processing
Methods in dev.vality.damsel.payment_processing that return AllocationTransactionPrototype Modifier and Type Method Description AllocationTransactionPrototypeFailedAllocationTransaction. getTransactionPrototype()Methods in dev.vality.damsel.payment_processing with parameters of type AllocationTransactionPrototype Modifier and Type Method Description voidFailedAllocationTransaction. setTransactionPrototype(AllocationTransactionPrototype value)static FailedAllocationTransactionFailedAllocationTransaction. transaction_prototype(AllocationTransactionPrototype value)