Uses of Class
dev.vality.damsel.payment_processing.WalletBlocking
Packages that use WalletBlocking
-
Uses of WalletBlocking in dev.vality.damsel.payment_processing
Methods in dev.vality.damsel.payment_processing that return WalletBlockingModifier and TypeMethodDescriptionWalletBlocking.deepCopy()PartyChange.getWalletBlocking()WalletBlocking.setBlocking(Blocking blocking) WalletBlocking.setWalletId(String wallet_id) Methods in dev.vality.damsel.payment_processing with parameters of type WalletBlockingModifier and TypeMethodDescriptionintWalletBlocking.compareTo(WalletBlocking other) booleanWalletBlocking.equals(WalletBlocking that) voidPartyChange.setWalletBlocking(WalletBlocking value) static PartyChangePartyChange.wallet_blocking(WalletBlocking value) Constructors in dev.vality.damsel.payment_processing with parameters of type WalletBlockingModifierConstructorDescriptionWalletBlocking(WalletBlocking other) Performs a deep copy on other.