Sha256: 3dca4e489e85becb380b80d03108129d296511ed85559c64c70a4b9a8ea76c28
Contents?: true
Size: 719 Bytes
Versions: 196
Compression:
Stored size: 719 Bytes
Contents
# UltracartClient::CouponAutoApplyCondition ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **coupon_code** | **String** | | [optional] | | **minimum_subtotal** | **Float** | The minimum subtotal that must be purchased to receive this coupon. Item and subtotal are exclusive. Only one can be populated. | [optional] | | **required_item_id** | **String** | The item that must be purchased to receive this coupon. Item and subtotal are exclusive. Only one can be populated. | [optional] | ## Example ```ruby require 'ultracart_api' instance = UltracartClient::CouponAutoApplyCondition.new( coupon_code: null, minimum_subtotal: null, required_item_id: null ) ```
Version data entries
196 entries across 196 versions & 1 rubygems