Sha256: 4eba57c18a92c250560095fa15a8995de5ba6b9c3734fd5ca9bec95163d24306
Contents?: true
Size: 881 Bytes
Versions: 196
Compression:
Stored size: 881 Bytes
Contents
# UltracartClient::CouponAmountShippingWithSubtotal ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **currency_code** | **String** | The ISO-4217 three letter currency code the customer is viewing prices in | [optional] | | **purchase_amount** | **Float** | The purchase amount to qualify for subtotal discount and free shipping | [optional] | | **shipping_amount** | **Float** | The amount of the shipping cost (this is not a discount, this is the actual cost of shipping) | [optional] | | **shipping_methods** | **Array<String>** | One or more shipping methods that may be used with this coupon | [optional] | ## Example ```ruby require 'ultracart_api' instance = UltracartClient::CouponAmountShippingWithSubtotal.new( currency_code: null, purchase_amount: null, shipping_amount: null, shipping_methods: null ) ```
Version data entries
196 entries across 196 versions & 1 rubygems