Uses of Class
dev.vality.damsel.domain.WalletAccount
| Package | Description |
|---|---|
| dev.vality.damsel.domain | |
| dev.vality.damsel.payment_processing |
-
Uses of WalletAccount in dev.vality.damsel.domain
Fields in dev.vality.damsel.domain declared as WalletAccount Modifier and Type Field Description WalletAccountWallet. accountMethods in dev.vality.damsel.domain that return WalletAccount Modifier and Type Method Description WalletAccountWalletAccount. deepCopy()WalletAccountWallet. getAccount()WalletAccountWalletAccount. setCurrency(CurrencyRef currency)WalletAccountWalletAccount. setPayout(long payout)WalletAccountWalletAccount. setSettlement(long settlement)Methods in dev.vality.damsel.domain with parameters of type WalletAccount Modifier and Type Method Description intWalletAccount. compareTo(WalletAccount other)booleanWalletAccount. equals(WalletAccount that)WalletWallet. setAccount(WalletAccount account)Constructors in dev.vality.damsel.domain with parameters of type WalletAccount Constructor Description WalletAccount(WalletAccount other)Performs a deep copy on other. -
Uses of WalletAccount in dev.vality.damsel.payment_processing
Methods in dev.vality.damsel.payment_processing that return WalletAccount Modifier and Type Method Description WalletAccountWalletEffect. getAccountCreated()Methods in dev.vality.damsel.payment_processing with parameters of type WalletAccount Modifier and Type Method Description static WalletEffectWalletEffect. account_created(WalletAccount value)voidWalletEffect. setAccountCreated(WalletAccount value)