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