Sha256: 682aa9394eb51ad24f2392caec2b488e6225ee6e8b50f1ad80045bec6342ac0b
Contents?: true
Size: 554 Bytes
Versions: 196
Compression:
Stored size: 554 Bytes
Contents
# UltracartClient::ItemRestrictionItem ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **restrict_merchant_item_id** | **String** | Restrict item id | [optional] | | **restrict_merchant_item_oid** | **Integer** | Restrict item object identifier | [optional] | | **type** | **String** | Restriction type | [optional] | ## Example ```ruby require 'ultracart_api' instance = UltracartClient::ItemRestrictionItem.new( restrict_merchant_item_id: null, restrict_merchant_item_oid: null, type: null ) ```
Version data entries
196 entries across 196 versions & 1 rubygems