docs/Coupon.md in ultracart_api-4.0.119.rc vs docs/Coupon.md in ultracart_api-4.0.120.rc

- old
+ new

@@ -58,10 +58,11 @@ | **percent_off_subtotal_with_subtotal** | [**CouponPercentOffSubtotalWithSubtotal**](CouponPercentOffSubtotalWithSubtotal.md) | | [optional] | | **quickbooks_code** | **String** | Quickbooks accounting code. | [optional] | | **restrict_by_postal_codes** | **Array<String>** | Optional list of postal codes which restrict a coupon to within these postal codes. | [optional] | | **restrict_by_screen_branding_theme_codes** | [**Array<CouponRestriction>**](CouponRestriction.md) | Optional list of legacy screen branding theme codes to limit coupon use to only those themes. | [optional] | | **restrict_by_storefronts** | [**Array<CouponRestriction>**](CouponRestriction.md) | Optional list of storefronts to limit coupon use to only those storefronts. | [optional] | +| **skip_on_rebill** | **Boolean** | Skip this coupon when it is on a rebill of an auto order. | [optional] | | **start_dts** | **String** | Date/time when coupon is valid | [optional] | | **super_coupon** | **Boolean** | If true, this coupon can be used with ANY other coupon regardless of the other coupons configuration | [optional] | | **tiered_amount_off_items** | [**CouponTieredAmountOffItems**](CouponTieredAmountOffItems.md) | | [optional] | | **tiered_amount_off_subtotal** | [**CouponTieredAmountOffSubtotal**](CouponTieredAmountOffSubtotal.md) | | [optional] | | **tiered_percent_off_items** | [**CouponTieredPercentOffItems**](CouponTieredPercentOffItems.md) | | [optional] | @@ -130,9 +131,10 @@ percent_off_subtotal_with_subtotal: null, quickbooks_code: null, restrict_by_postal_codes: null, restrict_by_screen_branding_theme_codes: null, restrict_by_storefronts: null, + skip_on_rebill: null, start_dts: null, super_coupon: null, tiered_amount_off_items: null, tiered_amount_off_subtotal: null, tiered_percent_off_items: null,