Uses of Class
dev.vality.damsel.payment_processing.WalletBlocking
| Package | Description |
|---|---|
| dev.vality.damsel.payment_processing |
-
Uses of WalletBlocking in dev.vality.damsel.payment_processing
Methods in dev.vality.damsel.payment_processing that return WalletBlocking Modifier and Type Method Description WalletBlockingWalletBlocking. deepCopy()WalletBlockingPartyChange. getWalletBlocking()WalletBlockingWalletBlocking. setBlocking(Blocking blocking)WalletBlockingWalletBlocking. setWalletId(String wallet_id)Methods in dev.vality.damsel.payment_processing with parameters of type WalletBlocking Modifier and Type Method Description intWalletBlocking. 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 WalletBlocking Constructor Description WalletBlocking(WalletBlocking other)Performs a deep copy on other.