Sha256: ceffb3ed8bf352fd66c6cb1ec1109c6e3543fc7cb63604c054a5a2c6ea6a9527
Contents?: true
Size: 632 Bytes
Versions: 196
Compression:
Stored size: 632 Bytes
Contents
# UltracartClient::CouponPercentOffSubtotalLimit ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **currency_code** | **String** | The ISO-4217 three letter currency code the customer is viewing prices in | [optional] | | **discount_percent** | **Float** | The percentage of subtotal discount | [optional] | | **limit** | **Float** | The maximum amount of subtotal used to determine discount. | [optional] | ## Example ```ruby require 'ultracart_api' instance = UltracartClient::CouponPercentOffSubtotalLimit.new( currency_code: null, discount_percent: null, limit: null ) ```
Version data entries
196 entries across 196 versions & 1 rubygems