Uses of Class
dev.vality.damsel.payment_processing.WalletModification
| Package | Description |
|---|---|
| dev.vality.damsel.payment_processing |
-
Uses of WalletModification in dev.vality.damsel.payment_processing
Fields in dev.vality.damsel.payment_processing declared as WalletModification Modifier and Type Field Description WalletModificationWalletModificationUnit. modificationMethods in dev.vality.damsel.payment_processing that return WalletModification Modifier and Type Method Description static WalletModificationWalletModification. account_creation(WalletAccountParams value)static WalletModificationWalletModification. creation(WalletParams value)WalletModificationWalletModification. deepCopy()WalletModificationWalletModificationUnit. getModification()Methods in dev.vality.damsel.payment_processing with parameters of type WalletModification Modifier and Type Method Description intWalletModification. compareTo(WalletModification other)booleanWalletModification. equals(WalletModification other)WalletModificationUnitWalletModificationUnit. setModification(WalletModification modification)Constructors in dev.vality.damsel.payment_processing with parameters of type WalletModification Constructor Description WalletModification(WalletModification other)WalletModificationUnit(String id, WalletModification modification)