Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 1.36 KB

LoyaltyProgramRewardDefinition.md

File metadata and controls

18 lines (13 loc) · 1.36 KB

SquareConnect.LoyaltyProgramRewardDefinition

Description

Note: This model is in beta.

Provides details about the loyalty program reward tier definition.

Properties

Name Type Description Notes
scope String Indicates the scope of the reward tier. See LoyaltyProgramRewardDefinitionScope for possible values
discount_type String The type of discount the reward tier offers. See LoyaltyProgramRewardDefinitionType for possible values
percentage_discount String Present if `discount_type` is `FIXED_PERCENTAGE`. For example, a 7.25% off discount will be represented as "7.25". [optional]
catalog_object_ids [String] A list of `catalog object` ids to which this reward can be applied. They are either all item-variation ids or category ids, depending on the `type` field. [optional]
fixed_discount_money Money Present if `discount_type` is `FIXED_AMOUNT`. For example, $5 off. [optional]
max_discount_money Money When `discount_type` is `FIXED_PERCENTAGE`, the maximum discount amount that can be applied. [optional]