Uses of Class
dev.vality.damsel.domain.AllocationTransactionPrototypeFee
| Package | Description |
|---|---|
| dev.vality.damsel.domain |
-
Uses of AllocationTransactionPrototypeFee in dev.vality.damsel.domain
Fields in dev.vality.damsel.domain declared as AllocationTransactionPrototypeFee Modifier and Type Field Description AllocationTransactionPrototypeFeeAllocationTransactionPrototypeBodyTotal. feeКомиссия вычитаемая из общей суммы.Methods in dev.vality.damsel.domain that return AllocationTransactionPrototypeFee Modifier and Type Method Description AllocationTransactionPrototypeFeeAllocationTransactionPrototypeFee. deepCopy()static AllocationTransactionPrototypeFeeAllocationTransactionPrototypeFee. fixed(AllocationTransactionPrototypeFeeFixed value)AllocationTransactionPrototypeFeeAllocationTransactionPrototypeBodyTotal. getFee()Комиссия вычитаемая из общей суммы.static AllocationTransactionPrototypeFeeAllocationTransactionPrototypeFee. share(AllocationTransactionFeeShare value)Methods in dev.vality.damsel.domain with parameters of type AllocationTransactionPrototypeFee Modifier and Type Method Description intAllocationTransactionPrototypeFee. compareTo(AllocationTransactionPrototypeFee other)booleanAllocationTransactionPrototypeFee. equals(AllocationTransactionPrototypeFee other)AllocationTransactionPrototypeBodyTotalAllocationTransactionPrototypeBodyTotal. setFee(AllocationTransactionPrototypeFee fee)Комиссия вычитаемая из общей суммы.Constructors in dev.vality.damsel.domain with parameters of type AllocationTransactionPrototypeFee Constructor Description AllocationTransactionPrototypeBodyTotal(Cash total, AllocationTransactionPrototypeFee fee)AllocationTransactionPrototypeFee(AllocationTransactionPrototypeFee other)