Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 440 Bytes

File metadata and controls

20 lines (14 loc) · 440 Bytes

Zernio::UpdateConversionDestinationRequestValue

Properties

Name Type Description Notes
currency_code String ISO 4217. [optional]
amount String Decimal string (e.g. "49.99"). [optional]

Example

require 'zernio-sdk'

instance = Zernio::UpdateConversionDestinationRequestValue.new(
  currency_code: null,
  amount: null
)