OpenapiClient::CryptoAddressDto Properties Name Type Description Notes address String The crypto address to send funds to [optional] tag String This is a payment destination tag. This fields isn't null when the paidCurrency currency value is XRP. [optional] protocol String The protocol behind a currency, 'ERC20' or 'TRC20'. [optional] uri String The destination address URI for QR code [optional] alternatives Array<AlternativeAddressDto> The list of non-default addresses for other tokens [optional] Example require 'openapi_client' instance = OpenapiClient::CryptoAddressDto.new( address: 0xb794f5ea0ba39494ce839613fffba74279579268, tag: , protocol: ERC20, uri: ethereum:0xABCDabcdABcDabcDaBCDAbcdABcdAbCdABcDABCd?value=1.1e18, alternatives: null )