Uses of Class
dev.vality.damsel.payment_processing.WalletEffect
| Package | Description |
|---|---|
| dev.vality.damsel.payment_processing |
-
Uses of WalletEffect in dev.vality.damsel.payment_processing
Fields in dev.vality.damsel.payment_processing declared as WalletEffect Modifier and Type Field Description WalletEffectWalletEffectUnit. effectMethods in dev.vality.damsel.payment_processing that return WalletEffect Modifier and Type Method Description static WalletEffectWalletEffect. account_created(WalletAccount value)static WalletEffectWalletEffect. created(Wallet value)WalletEffectWalletEffect. deepCopy()WalletEffectWalletEffectUnit. getEffect()Methods in dev.vality.damsel.payment_processing with parameters of type WalletEffect Modifier and Type Method Description intWalletEffect. compareTo(WalletEffect other)booleanWalletEffect. equals(WalletEffect other)WalletEffectUnitWalletEffectUnit. setEffect(WalletEffect effect)Constructors in dev.vality.damsel.payment_processing with parameters of type WalletEffect Constructor Description WalletEffect(WalletEffect other)WalletEffectUnit(String id, WalletEffect effect)