402 B
402 B
Checkout Location Settings Coupons
Structure
CheckoutLocationSettingsCoupons
Fields
Name | Type | Tags | Description | Getter | Setter |
---|---|---|---|---|---|
enabled |
?bool |
Optional | Indicates whether coupons are enabled for this location. | getEnabled(): ?bool | setEnabled(?bool enabled): void |
Example (as JSON)
{
"enabled": false
}