docs/CouponAmountOffSubtotalAndShipping.md in ultracart_api-3.10.220 vs docs/CouponAmountOffSubtotalAndShipping.md in ultracart_api-4.0.32.rc

- old
+ new

@@ -1,9 +1,20 @@ -# UltracartClient::CouponAmountOffSubtotalAndShipping - -## 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] - - +# UltracartClient::CouponAmountOffSubtotalAndShipping + +## 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] | + +## Example + +```ruby +require 'ultracart_api' + +instance = UltracartClient::CouponAmountOffSubtotalAndShipping.new( + currency_code: null, + discount_amount: null +) +``` +