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

Latest commit

 

History

History
21 lines (15 loc) · 1.18 KB

LoyaltyReward.md

File metadata and controls

21 lines (15 loc) · 1.18 KB

SquareConnect.LoyaltyReward

Description

Note: This model is in beta.

Properties

Name Type Description Notes
id String The Square-assigned ID of the loyalty reward. [optional]
status String The status of a loyalty reward. See LoyaltyRewardStatus for possible values [optional]
loyalty_account_id String The Square-assigned ID of the `loyalty account` to which the reward belongs.
reward_tier_id String The Square-assigned ID of the `reward tier` used to create the reward.
points Number The number of loyalty points used for the reward. [optional]
order_id String The Square-assigned ID of the `order` to which the reward is attached. [optional]
created_at String The timestamp when the reward was created, in RFC 3339 format. [optional]
updated_at String The timestamp when the reward was last updated, in RFC 3339 format. [optional]
redeemed_at String The timestamp when the reward was redeemed, in RFC 3339 format. [optional]