Uses of Class
dev.vality.damsel.payment_processing.WalletParams
| Package | Description |
|---|---|
| dev.vality.damsel.payment_processing |
-
Uses of WalletParams in dev.vality.damsel.payment_processing
Methods in dev.vality.damsel.payment_processing that return WalletParams Modifier and Type Method Description WalletParamsWalletParams. deepCopy()WalletParamsWalletModification. getCreation()WalletParamsWalletParams. setContractId(String contract_id)WalletParamsWalletParams. setName(String name)Methods in dev.vality.damsel.payment_processing with parameters of type WalletParams Modifier and Type Method Description intWalletParams. compareTo(WalletParams other)static WalletModificationWalletModification. creation(WalletParams value)booleanWalletParams. equals(WalletParams that)voidWalletModification. setCreation(WalletParams value)Constructors in dev.vality.damsel.payment_processing with parameters of type WalletParams Constructor Description WalletParams(WalletParams other)Performs a deep copy on other.