Uses of Class
dev.vality.damsel.domain.WalletAccount
Packages that use WalletAccount
-
Uses of WalletAccount in dev.vality.damsel.domain
Fields in dev.vality.damsel.domain declared as WalletAccountMethods in dev.vality.damsel.domain that return WalletAccountModifier and TypeMethodDescriptionWalletAccount.deepCopy()Wallet.getAccount()WalletAccount.setCurrency(CurrencyRef currency) WalletAccount.setPayout(long payout) WalletAccount.setSettlement(long settlement) Methods in dev.vality.damsel.domain with parameters of type WalletAccountModifier and TypeMethodDescriptionintWalletAccount.compareTo(WalletAccount other) booleanWalletAccount.equals(WalletAccount that) Wallet.setAccount(WalletAccount account) Constructors in dev.vality.damsel.domain with parameters of type WalletAccount -
Uses of WalletAccount in dev.vality.damsel.payment_processing
Methods in dev.vality.damsel.payment_processing that return WalletAccountMethods in dev.vality.damsel.payment_processing with parameters of type WalletAccountModifier and TypeMethodDescriptionstatic WalletEffectWalletEffect.account_created(WalletAccount value) voidWalletEffect.setAccountCreated(WalletAccount value)