Sha256: 9b2a9111be698accaca69b336dcc1117f37463c7a23e2cc5315a38dec067eb3d
Contents?: true
Size: 835 Bytes
Versions: 198
Compression:
Stored size: 835 Bytes
Contents
# UltracartClient::CouponAmountOffShippingWithItemsPurchase ## 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 shipping discount | [optional] | | **items** | **Array<String>** | A list of items of which at least one must be purchased for coupon to be valid. | [optional] | | **shipping_methods** | **Array<String>** | One or more shipping methods that may receive this discount | [optional] | ## Example ```ruby require 'ultracart_api' instance = UltracartClient::CouponAmountOffShippingWithItemsPurchase.new( currency_code: null, discount_amount: null, items: null, shipping_methods: null ) ```
Version data entries
198 entries across 198 versions & 1 rubygems