Sha256: ff7d55255fcf82d9015cf4300fa44b2396c4f92b76cb1330e8a0dc3f6f775055
Contents?: true
Size: 979 Bytes
Versions: 42
Compression:
Stored size: 979 Bytes
Contents
# UltracartClient::CustomerWishListItem ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **add_dts** | **String** | Add date | [optional] | | **comments** | **String** | Comments | [optional] | | **customer_profile_oid** | **Integer** | Customer profile object identifier | [optional] | | **customer_wishlist_item_oid** | **Integer** | Customer wishlist item object identifier | [optional] | | **merchant_item_oid** | **Integer** | Merchant item object identifier | [optional] | | **position** | **Integer** | Position in wishlist | [optional] | | **priority** | **Integer** | Priority of wishlist item, 3 being low priority and 5 is high priority. | [optional] | ## Example ```ruby require 'ultracart_api' instance = UltracartClient::CustomerWishListItem.new( add_dts: null, comments: null, customer_profile_oid: null, customer_wishlist_item_oid: null, merchant_item_oid: null, position: null, priority: null ) ```
Version data entries
42 entries across 42 versions & 1 rubygems
Version | Path |
---|---|
ultracart_api-4.0.187 | docs/CustomerWishListItem.md |
ultracart_api-4.0.186 | docs/CustomerWishListItem.md |