Uses of Class
dev.vality.swag_webhook_events.model.CryptoCurrency
| Package | Description |
|---|---|
| dev.vality.swag_webhook_events.model |
-
Uses of CryptoCurrency in dev.vality.swag_webhook_events.model
Methods in dev.vality.swag_webhook_events.model that return CryptoCurrency Modifier and Type Method Description static CryptoCurrencyCryptoCurrency. fromValue(String value)CryptoCurrencyCryptoWalletDetails. getCryptoCurrency()Deprecated.CryptoCurrencyPaymentToolDetailsCryptoWallet. getCryptoCurrency()Deprecated.static CryptoCurrencyCryptoCurrency. valueOf(String name)Returns the enum constant of this type with the specified name.static CryptoCurrency[]CryptoCurrency. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in dev.vality.swag_webhook_events.model with parameters of type CryptoCurrency Modifier and Type Method Description CryptoWalletDetailsCryptoWalletDetails. cryptoCurrency(CryptoCurrency cryptoCurrency)PaymentToolDetailsCryptoWalletPaymentToolDetailsCryptoWallet. cryptoCurrency(CryptoCurrency cryptoCurrency)voidCryptoWalletDetails. setCryptoCurrency(CryptoCurrency cryptoCurrency)voidPaymentToolDetailsCryptoWallet. setCryptoCurrency(CryptoCurrency cryptoCurrency)