oont-contents/plugins/woocommerce-square/vendor/square/square/doc/models/checkout-location-settings-coupons.md
2025-02-08 15:10:23 +01:00

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
}