Skip to content
This repository has been archived by the owner on Mar 22, 2024. It is now read-only.

Latest commit

 

History

History
executable file
·
19 lines (15 loc) · 1.11 KB

CreateSubscriptionDiscount.md

File metadata and controls

executable file
·
19 lines (15 loc) · 1.11 KB

CreateSubscriptionDiscount

Properties

Name Type Description Notes
handle str Per subscription unique handle for the subscription discount.
discount str Discount for subscription discount
name str Optional name overriding discount name [optional]
description str Optional description overriding discount description [optional]
amount int Optional overriding fixed amount from discount [optional]
percentage int Optional percentage overriding percentage from discount [optional]
apply_to list[str] Optional overriding discount settings [optional]
fixed_count int Optional overriding discount settings [optional]
fixed_period_unit str Optional overriding discount settings [optional]
fixed_period int Optional overriding discount settings [optional]

[Back to Model list] [Back to API list] [Back to README]