Sha256: 79325434f3a16cb52bc1df24b2a12fc80262728ffdd88d60d23012cf6b624360
Contents?: true
Size: 544 Bytes
Versions: 196
Compression:
Stored size: 544 Bytes
Contents
# UltracartClient::CouponPercentOffSubtotalWithItemsPurchase ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **discount_percent** | **Float** | The percentage of subtotal discount | [optional] | | **items** | **Array<String>** | A list of items of which at least one must be purchased for coupon to be valid. | [optional] | ## Example ```ruby require 'ultracart_api' instance = UltracartClient::CouponPercentOffSubtotalWithItemsPurchase.new( discount_percent: null, items: null ) ```
Version data entries
196 entries across 196 versions & 1 rubygems