Uses of Class
dev.vality.fistful.limit_check.WalletOk
| Package | Description |
|---|---|
| dev.vality.fistful.limit_check |
-
Uses of WalletOk in dev.vality.fistful.limit_check
Methods in dev.vality.fistful.limit_check that return WalletOk Modifier and Type Method Description WalletOkWalletOk. deepCopy()WalletOkWalletDetails. getOk()Methods in dev.vality.fistful.limit_check with parameters of type WalletOk Modifier and Type Method Description intWalletOk. compareTo(WalletOk other)booleanWalletOk. equals(WalletOk that)static WalletDetailsWalletDetails. ok(WalletOk value)voidWalletDetails. setOk(WalletOk value)Constructors in dev.vality.fistful.limit_check with parameters of type WalletOk Constructor Description WalletOk(WalletOk other)Performs a deep copy on other.