Sha256: a9761355d210e22e360ba66c7ab617eab5c4e4607bd30a36baa64067d2288a7c
Contents?: true
Size: 832 Bytes
Versions: 196
Compression:
Stored size: 832 Bytes
Contents
# UltracartClient::CouponAmountOffSubtotalFreeShippingWithPurchase ## 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] | | **shipping_methods** | **Array<String>** | One or more shipping methods that may be free | [optional] | ## Example ```ruby require 'ultracart_api' instance = UltracartClient::CouponAmountOffSubtotalFreeShippingWithPurchase.new( currency_code: null, discount_amount: null, purchase_amount: null, shipping_methods: null ) ```
Version data entries
196 entries across 196 versions & 1 rubygems