Uses of Class
dev.vality.damsel.payment_processing.WalletAccountParams
| Package | Description |
|---|---|
| dev.vality.damsel.payment_processing |
-
Uses of WalletAccountParams in dev.vality.damsel.payment_processing
Methods in dev.vality.damsel.payment_processing that return WalletAccountParams Modifier and Type Method Description WalletAccountParamsWalletAccountParams. deepCopy()WalletAccountParamsWalletModification. getAccountCreation()WalletAccountParamsWalletAccountParams. setCurrency(CurrencyRef currency)Methods in dev.vality.damsel.payment_processing with parameters of type WalletAccountParams Modifier and Type Method Description static WalletModificationWalletModification. account_creation(WalletAccountParams value)intWalletAccountParams. compareTo(WalletAccountParams other)booleanWalletAccountParams. equals(WalletAccountParams that)voidWalletModification. setAccountCreation(WalletAccountParams value)Constructors in dev.vality.damsel.payment_processing with parameters of type WalletAccountParams Constructor Description WalletAccountParams(WalletAccountParams other)Performs a deep copy on other.