Uses of Class
dev.vality.damsel.payment_processing.WalletEffect
Packages that use WalletEffect
-
Uses of WalletEffect in dev.vality.damsel.payment_processing
Fields in dev.vality.damsel.payment_processing declared as WalletEffectMethods in dev.vality.damsel.payment_processing that return WalletEffectModifier and TypeMethodDescriptionstatic WalletEffectWalletEffect.account_created(WalletAccount value) static WalletEffectWalletEffect.deepCopy()WalletEffectUnit.getEffect()Methods in dev.vality.damsel.payment_processing with parameters of type WalletEffectModifier and TypeMethodDescriptionintWalletEffect.compareTo(WalletEffect other) booleanWalletEffect.equals(WalletEffect other) WalletEffectUnit.setEffect(WalletEffect effect) Constructors in dev.vality.damsel.payment_processing with parameters of type WalletEffectModifierConstructorDescriptionWalletEffect(WalletEffect other) WalletEffectUnit(String id, WalletEffect effect)