Sha256: e4474325614607b5caa59c0f24a0ad063dace6d4db0e7970824b6164c618e850
Contents?: true
Size: 507 Bytes
Versions: 196
Compression:
Stored size: 507 Bytes
Contents
# UltracartClient::ItemShippingDestinationRestriction ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **country_code** | **String** | Country code (ISO-3166 two letter) | [optional] | | **state** | **String** | State | [optional] | | **validity** | **String** | Validity | [optional] | ## Example ```ruby require 'ultracart_api' instance = UltracartClient::ItemShippingDestinationRestriction.new( country_code: null, state: null, validity: null ) ```
Version data entries
196 entries across 196 versions & 1 rubygems