Sha256: e6a08fcbdabcccb284a2af5de7e46231772f11262efb49e11689c2689504c14a
Contents?: true
Size: 726 Bytes
Versions: 124
Compression:
Stored size: 726 Bytes
Contents
# UltracartClient::PointOfSaleRegister ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **merchant_id** | **String** | The merchant id that owns this point of sale register. | [optional] | | **name** | **String** | Name of the register. | [optional] | | **pos_location_oid** | **Integer** | Object identifier of the point of sale location where this register is located. | [optional] | | **pos_register_oid** | **Integer** | Object identifier of the point of sale register. | [optional] | ## Example ```ruby require 'ultracart_api' instance = UltracartClient::PointOfSaleRegister.new( merchant_id: null, name: null, pos_location_oid: null, pos_register_oid: null ) ```
Version data entries
124 entries across 124 versions & 1 rubygems