Sha256: 104c952d2134c4f8a88f2d13e04e75d2860d41a6259d2533a35d300edf252fe4
Contents?: true
Size: 670 Bytes
Versions: 196
Compression:
Stored size: 670 Bytes
Contents
# UltracartClient::CouponAmountOffSubtotalWithPurchase ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **currency_code** | **String** | The ISO-4217 three letter currency code the customer is viewing prices in | [optional] | | **discount_amount** | **Float** | The amount of subtotal discount | [optional] | | **purchase_amount** | **Float** | The purchase amount to qualify for subtotal discount and free shipping | [optional] | ## Example ```ruby require 'ultracart_api' instance = UltracartClient::CouponAmountOffSubtotalWithPurchase.new( currency_code: null, discount_amount: null, purchase_amount: null ) ```
Version data entries
196 entries across 196 versions & 1 rubygems