Sha256: 50cd2a935500db419bd81ae5962ca22f5bf57044020d8c6210f57f150b6323f5
Contents?: true
Size: 1015 Bytes
Versions: 12
Compression:
Stored size: 1015 Bytes
Contents
# OpenapiClient::ShipToAddress ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **phone** | **String** | Free-form phone number associated with the ship-to address. | [optional] **address1** | **String** | First line of street address. | [optional] **address2** | **String** | Second line of street address. | [optional] **city** | **String** | City. | [optional] **state** | **String** | State or province. | [optional] **zip** | **String** | Postal Code, free form. | [optional] **country** | **String** | Country. | [optional] ## Code Sample ```ruby require 'OpenapiClient' instance = OpenapiClient::ShipToAddress.new(phone: 123-123-1234, address1: 123 Second Ave., address2: Apt #42, city: Atlanta, state: GA, zip: 30024, country: US) ```
Version data entries
12 entries across 12 versions & 1 rubygems