Sha256: f70ac728d914cfc6bfdfa8a89cf5e800554ce0598f091dee7de1ae2ce3b4a8d0
Contents?: true
Size: 570 Bytes
Versions: 196
Compression:
Stored size: 570 Bytes
Contents
# UltracartClient::CouponFreeShippingWithItemsPurchase ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **items** | **Array<String>** | A list of items of which at least one must be purchased for coupon to be valid. | [optional] | | **shipping_methods** | **Array<String>** | One or more shipping methods that may receive this discount | [optional] | ## Example ```ruby require 'ultracart_api' instance = UltracartClient::CouponFreeShippingWithItemsPurchase.new( items: null, shipping_methods: null ) ```
Version data entries
196 entries across 196 versions & 1 rubygems