Uses of Class
dev.vality.damsel.domain.Wallet
| Package | Description |
|---|---|
| dev.vality.damsel.domain | |
| dev.vality.damsel.payment_processing |
-
Uses of Wallet in dev.vality.damsel.domain
Fields in dev.vality.damsel.domain with type parameters of type Wallet Modifier and Type Field Description Map<String,Wallet>Party. walletsMethods in dev.vality.damsel.domain that return Wallet Modifier and Type Method Description WalletWallet. deepCopy()WalletWallet. setAccount(WalletAccount account)WalletWallet. setBlocking(Blocking blocking)WalletWallet. setContract(String contract)WalletWallet. setCreatedAt(String created_at)WalletWallet. setId(String id)WalletWallet. setName(String name)WalletWallet. setSuspension(Suspension suspension)Methods in dev.vality.damsel.domain that return types with arguments of type Wallet Modifier and Type Method Description Map<String,Wallet>Party. getWallets()Methods in dev.vality.damsel.domain with parameters of type Wallet Modifier and Type Method Description intWallet. compareTo(Wallet other)booleanWallet. equals(Wallet that)voidParty. putToWallets(String key, Wallet val)Method parameters in dev.vality.damsel.domain with type arguments of type Wallet Modifier and Type Method Description PartyParty. setWallets(Map<String,Wallet> wallets)Constructors in dev.vality.damsel.domain with parameters of type Wallet Constructor Description Wallet(Wallet other)Performs a deep copy on other. -
Uses of Wallet in dev.vality.damsel.payment_processing
Methods in dev.vality.damsel.payment_processing that return Wallet Modifier and Type Method Description WalletWalletEffect. getCreated()Methods in dev.vality.damsel.payment_processing with parameters of type Wallet Modifier and Type Method Description static WalletEffectWalletEffect. created(Wallet value)voidWalletEffect. setCreated(Wallet value)