Skip to content
This repository has been archived by the owner on Apr 23, 2021. It is now read-only.

Latest commit

 

History

History
20 lines (15 loc) · 1.45 KB

V1Discount.md

File metadata and controls

20 lines (15 loc) · 1.45 KB

SquareConnect.V1Discount

Description

Note: This model is deprecated.

V1Discount

Properties

Name Type Description Notes
id String The discount's unique ID. [optional]
name String The discount's name. [optional]
rate String The rate of the discount, as a string representation of a decimal number. A value of 0.07 corresponds to a rate of 7%. This rate is 0 if discount_type is VARIABLE_PERCENTAGE. [optional]
amount_money V1Money The amount of the discount. This amount is 0 if discount_type is VARIABLE_AMOUNT. This field is not included for rate-based discounts. [optional]
discount_type String Indicates whether the discount is a FIXED value or entered at the time of sale. See V1DiscountDiscountType for possible values [optional]
pin_required Boolean Indicates whether a mobile staff member needs to enter their PIN to apply the discount to a payment. [optional]
color String The color of the discount's display label in Square Point of Sale, if not the default color. The default color is 9da2a6. See V1DiscountColor for possible values [optional]
v2_id String The ID of the CatalogObject in the Connect v2 API. Objects that are shared across multiple locations share the same v2 ID. [optional]