| Name | Type | Description | Notes |
|---|---|---|---|
| currency_code | String | ISO 4217. | [optional] |
| amount | String | Decimal string (e.g. "49.99"). | [optional] |
require 'zernio-sdk'
instance = Zernio::UpdateConversionDestinationRequestValue.new(
currency_code: null,
amount: null
)