Uses of Class
dev.vality.bouncer.base.Cash
| Package | Description |
|---|---|
| dev.vality.bouncer.base | |
| dev.vality.bouncer.context.v1 |
-
Uses of Cash in dev.vality.bouncer.base
Fields in dev.vality.bouncer.base declared as Cash Modifier and Type Field Description CashWalletAttrs. bodyMethods in dev.vality.bouncer.base that return Cash Modifier and Type Method Description CashCash. deepCopy()CashWalletAttrs. getBody()CashCash. setAmount(String amount)CashCash. setCurrency(String currency)Methods in dev.vality.bouncer.base with parameters of type Cash Modifier and Type Method Description intCash. compareTo(Cash other)booleanCash. equals(Cash that)WalletAttrsWalletAttrs. setBody(Cash body)Constructors in dev.vality.bouncer.base with parameters of type Cash Constructor Description Cash(Cash other)Performs a deep copy on other. -
Uses of Cash in dev.vality.bouncer.context.v1
Fields in dev.vality.bouncer.context.v1 declared as Cash Modifier and Type Field Description CashWalletGrant. bodyMethods in dev.vality.bouncer.context.v1 that return Cash Modifier and Type Method Description CashWalletGrant. getBody()Methods in dev.vality.bouncer.context.v1 with parameters of type Cash Modifier and Type Method Description WalletGrantWalletGrant. setBody(Cash body)