Sha256: 5f2149cb2463a11262291c8bcfe6ff03fdfccbe6318c8aed0be59100c7019b37
Contents?: true
Size: 522 Bytes
Versions: 108
Compression:
Stored size: 522 Bytes
Contents
# UltracartClient::ConversationLocationCountry ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **iso2** | **String** | | [optional] | | **name** | **String** | | [optional] | | **state_provinces** | [**Array<ConversationLocationStateProvince>**](ConversationLocationStateProvince.md) | | [optional] | ## Example ```ruby require 'ultracart_api' instance = UltracartClient::ConversationLocationCountry.new( iso2: null, name: null, state_provinces: null ) ```
Version data entries
108 entries across 108 versions & 1 rubygems