Sha256: 9c80b15c5301309681b2ed8f1ab8caa88ec6587ef9835ffd55394d9fd9687fce
Contents?: true
Size: 528 Bytes
Versions: 198
Compression:
Stored size: 528 Bytes
Contents
# UltracartClient::CouponPercentOffSubtotalAndFreeShipping ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **discount_percent** | **Float** | The percentage of subtotal discount | [optional] | | **shipping_methods** | **Array<String>** | One or more shipping methods that may be free | [optional] | ## Example ```ruby require 'ultracart_api' instance = UltracartClient::CouponPercentOffSubtotalAndFreeShipping.new( discount_percent: null, shipping_methods: null ) ```
Version data entries
198 entries across 198 versions & 1 rubygems