Sha256: 5ebb26861ed46142f509b6ea0c58c2b5b253f08ccf140d6b130ea32f68c51925

Contents?: true

Size: 1.07 KB

Versions: 9

Compression:

Stored size: 1.07 KB

Contents

# UltracartClient::PointOfSaleLocation

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **adddress2** | **String** | Address line 2 | [optional] |
| **address1** | **String** | Address line 1 | [optional] |
| **city** | **String** | City | [optional] |
| **country** | **String** | Country | [optional] |
| **distribution_center_code** | **String** | The distribution center code where inventory is reduced from for this sale. | [optional] |
| **merchant_id** | **String** | Merchant ID that owns this location | [optional] |
| **pos_location_oid** | **Integer** | Object identifier of the point of sale location. | [optional] |
| **postal_code** | **String** | Postal code | [optional] |
| **state_province** | **String** | State/province | [optional] |

## Example

```ruby
require 'ultracart_api'

instance = UltracartClient::PointOfSaleLocation.new(
  adddress2: null,
  address1: null,
  city: null,
  country: null,
  distribution_center_code: null,
  merchant_id: null,
  pos_location_oid: null,
  postal_code: null,
  state_province: null
)
```

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
ultracart_api-4.0.112.rc docs/PointOfSaleLocation.md
ultracart_api-4.0.111.rc docs/PointOfSaleLocation.md
ultracart_api-4.0.110.rc docs/PointOfSaleLocation.md
ultracart_api-4.0.109.rc docs/PointOfSaleLocation.md
ultracart_api-4.0.108.rc docs/PointOfSaleLocation.md
ultracart_api-4.0.107.rc docs/PointOfSaleLocation.md
ultracart_api-4.0.106.rc docs/PointOfSaleLocation.md
ultracart_api-4.0.105.rc docs/PointOfSaleLocation.md
ultracart_api-4.0.104.rc docs/PointOfSaleLocation.md