| Name | Type | Description | Notes |
|---|---|---|---|
| country_code | String | Country code (ISO-3166 two letter) | [optional] |
| state | String | State | [optional] |
| validity | String | Validity | [optional] |
require 'ultracart_api'
instance = UltracartClient::ItemShippingDestinationRestriction.new(
country_code: null,
state: null,
validity: null
)