Sha256: 15198c4793586a557c77f68dc77a9ccbf74b58c75add2a83fe797a036544f4c4
Contents?: true
Size: 531 Bytes
Versions: 124
Compression:
Stored size: 531 Bytes
Contents
# UltracartClient::OrderPointOfSale ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **location** | [**PointOfSaleLocation**](PointOfSaleLocation.md) | | [optional] | | **reader** | [**PointOfSaleReader**](PointOfSaleReader.md) | | [optional] | | **register** | [**PointOfSaleRegister**](PointOfSaleRegister.md) | | [optional] | ## Example ```ruby require 'ultracart_api' instance = UltracartClient::OrderPointOfSale.new( location: null, reader: null, register: null ) ```
Version data entries
124 entries across 124 versions & 1 rubygems