Class PaymentToolDetailsCryptoWallet
java.lang.Object
dev.vality.swag_webhook_events.model.PaymentToolDetails
dev.vality.swag_webhook_events.model.PaymentToolDetailsCryptoWallet
@Generated(value="org.openapitools.codegen.languages.SpringCodegen",
date="2024-02-26T07:25:16.040246332Z[Etc/UTC]")
public class PaymentToolDetailsCryptoWallet
extends PaymentToolDetails
PaymentToolDetailsCryptoWallet
-
Nested Class Summary
Nested classes/interfaces inherited from class dev.vality.swag_webhook_events.model.PaymentToolDetails
PaymentToolDetails.DetailsTypeEnum -
Constructor Summary
Constructors Constructor Description PaymentToolDetailsCryptoWallet() -
Method Summary
Modifier and Type Method Description PaymentToolDetailsCryptoWalletcryptoCurrency(CryptoCurrency cryptoCurrency)PaymentToolDetailsCryptoWalletcryptoCurrencyType(String cryptoCurrencyType)booleanequals(Object o)@NotNull @Valid CryptoCurrencygetCryptoCurrency()Get cryptoCurrencyStringgetCryptoCurrencyType()Cryptocurrency typeinthashCode()voidsetCryptoCurrency(CryptoCurrency cryptoCurrency)voidsetCryptoCurrencyType(String cryptoCurrencyType)StringtoString()Methods inherited from class dev.vality.swag_webhook_events.model.PaymentToolDetails
detailsType, getDetailsType, setDetailsType
-
Constructor Details
-
PaymentToolDetailsCryptoWallet
public PaymentToolDetailsCryptoWallet()
-
-
Method Details
-
cryptoCurrency
-
getCryptoCurrency
Get cryptoCurrency- Returns:
- cryptoCurrency
-
setCryptoCurrency
-
cryptoCurrencyType
-
getCryptoCurrencyType
Cryptocurrency type- Returns:
- cryptoCurrencyType
-
setCryptoCurrencyType
-
equals
- Overrides:
equalsin classPaymentToolDetails
-
hashCode
public int hashCode()- Overrides:
hashCodein classPaymentToolDetails
-
toString
- Overrides:
toStringin classPaymentToolDetails
-