Uses of Class
dev.vality.fistful.p2p.template.Cash
| Package | Description |
|---|---|
| dev.vality.fistful.p2p.template |
-
Uses of Cash in dev.vality.fistful.p2p.template
Fields in dev.vality.fistful.p2p.template declared as Cash Modifier and Type Field Description CashP2PTemplateBody. valueMethods in dev.vality.fistful.p2p.template that return Cash Modifier and Type Method Description CashCash. deepCopy()CashP2PTemplateBody. getValue()CashCash. setAmount(long amount)CashCash. setCurrency(CurrencyRef currency)Methods in dev.vality.fistful.p2p.template with parameters of type Cash Modifier and Type Method Description intCash. compareTo(Cash other)booleanCash. equals(Cash that)P2PTemplateBodyP2PTemplateBody. setValue(Cash value)Constructors in dev.vality.fistful.p2p.template with parameters of type Cash Constructor Description Cash(Cash other)Performs a deep copy on other.P2PTemplateBody(Cash value)