Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 16.9 KB

DiscountUpdate.md

File metadata and controls

22 lines (18 loc) · 16.9 KB

DiscountUpdate

Schema to update a discount.

Fields

Field Type Required Description
metadata array<string, string|int|bool> Key-value object allowing you to store additional information.

The key must be a string with a maximum length of 40 characters.
The value must be either:

* A string with a maximum length of 500 characters
* An integer
* A boolean

You can store up to 50 key-value pairs.
name ?string N/A
code ?string N/A
startsAt \DateTime N/A
endsAt \DateTime N/A
maxRedemptions ?int N/A
duration ?Components\DiscountDuration N/A
durationInMonths ?int N/A
type ?Components\DiscountType N/A
amount ?int N/A
currency ?string N/A
basisPoints ?int N/A
products array<string> N/A