Uses of Class
dev.vality.damsel.domain.AllocationTransactionPrototypeBodyAmount
| Package | Description |
|---|---|
| dev.vality.damsel.domain |
-
Uses of AllocationTransactionPrototypeBodyAmount in dev.vality.damsel.domain
Methods in dev.vality.damsel.domain that return AllocationTransactionPrototypeBodyAmount Modifier and Type Method Description AllocationTransactionPrototypeBodyAmountAllocationTransactionPrototypeBodyAmount. deepCopy()AllocationTransactionPrototypeBodyAmountAllocationTransactionPrototypeBody. getAmount()AllocationTransactionPrototypeBodyAmountAllocationTransactionPrototypeBodyAmount. setAmount(Cash amount)Сумма, которая будет переведена по назначению.Methods in dev.vality.damsel.domain with parameters of type AllocationTransactionPrototypeBodyAmount Modifier and Type Method Description static AllocationTransactionPrototypeBodyAllocationTransactionPrototypeBody. amount(AllocationTransactionPrototypeBodyAmount value)intAllocationTransactionPrototypeBodyAmount. compareTo(AllocationTransactionPrototypeBodyAmount other)booleanAllocationTransactionPrototypeBodyAmount. equals(AllocationTransactionPrototypeBodyAmount that)voidAllocationTransactionPrototypeBody. setAmount(AllocationTransactionPrototypeBodyAmount value)Constructors in dev.vality.damsel.domain with parameters of type AllocationTransactionPrototypeBodyAmount Constructor Description AllocationTransactionPrototypeBodyAmount(AllocationTransactionPrototypeBodyAmount other)Performs a deep copy on other.