Sha256: ad4776e7459b6b2b844fb913db9b4ae0ebf711e0007f5d2d1fb3d12a3965f546
Contents?: true
Size: 515 Bytes
Versions: 203
Compression:
Stored size: 515 Bytes
Contents
# UltracartClient::CouponPercentOffShipping ## 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 used with this coupon | [optional] | ## Example ```ruby require 'ultracart_api' instance = UltracartClient::CouponPercentOffShipping.new( discount_percent: null, shipping_methods: null ) ```
Version data entries
203 entries across 203 versions & 1 rubygems