Uses of Class
dev.vality.damsel.domain.AllocationTransactionTarget
| Package | Description |
|---|---|
| dev.vality.damsel.domain |
-
Uses of AllocationTransactionTarget in dev.vality.damsel.domain
Fields in dev.vality.damsel.domain declared as AllocationTransactionTarget Modifier and Type Field Description AllocationTransactionTargetAllocationTransactionBodyTotal. fee_targetПо этому назначению переводится часть денежных средств.AllocationTransactionTargetAllocationTransaction. targetПо этому назначению переводится часть денежных средств.AllocationTransactionTargetAllocationTransactionPrototype. targetПо этому назначению переводится часть денежных средств.Methods in dev.vality.damsel.domain that return AllocationTransactionTarget Modifier and Type Method Description AllocationTransactionTargetAllocationTransactionTarget. deepCopy()AllocationTransactionTargetAllocationTransactionBodyTotal. getFeeTarget()По этому назначению переводится часть денежных средств.AllocationTransactionTargetAllocationTransaction. getTarget()По этому назначению переводится часть денежных средств.AllocationTransactionTargetAllocationTransactionPrototype. getTarget()По этому назначению переводится часть денежных средств.static AllocationTransactionTargetAllocationTransactionTarget. shop(AllocationTransactionTargetShop value)Methods in dev.vality.damsel.domain with parameters of type AllocationTransactionTarget Modifier and Type Method Description intAllocationTransactionTarget. compareTo(AllocationTransactionTarget other)booleanAllocationTransactionTarget. equals(AllocationTransactionTarget other)AllocationTransactionBodyTotalAllocationTransactionBodyTotal. setFeeTarget(AllocationTransactionTarget fee_target)По этому назначению переводится часть денежных средств.AllocationTransactionAllocationTransaction. setTarget(AllocationTransactionTarget target)По этому назначению переводится часть денежных средств.AllocationTransactionPrototypeAllocationTransactionPrototype. setTarget(AllocationTransactionTarget target)По этому назначению переводится часть денежных средств.Constructors in dev.vality.damsel.domain with parameters of type AllocationTransactionTarget Constructor Description AllocationTransaction(String id, AllocationTransactionTarget target, Cash amount)AllocationTransactionBodyTotal(AllocationTransactionTarget fee_target, Cash total, Cash fee_amount)AllocationTransactionPrototype(AllocationTransactionTarget target, AllocationTransactionPrototypeBody body)AllocationTransactionTarget(AllocationTransactionTarget other)