LoyaltyTier
Represents a single Loyalty Tier that Enrollments can be automatically or manually granted access to. Qualifications for being granted access to a tier are defined by active Tier Grant Rule(s).
See Loyalty Tier Grant for details about how Enrollments are granted access to Tiers, and how an Enrollment's Tier is determined.
- nameType: stringrequired
short identifier for the tier
- orderType: integerrequired
determines hierarchy for tiers (higher is better). This needs to be unique across tiers.
- programType: integer
_id read-onlyrequiredSparkfly ID of the Program
- createdType: stringFormat: date-time
_at read-onlythe date-time notation as defined by RFC 3339, section 5.6, for example, 2017-07-21T17:32:28Z
- descriptionType: string
long-form summary or description of the tier
- idType: integerread-only
Unique ID generated by Sparkfly
- statusType: stringenumread-only
determines whether or not enrollments can be granted access to this tier upon meeting the appropriate criteria (see Tier Grant Rules).
values- pending
- active
- suspended
- archived
- updatedType: stringFormat: date-time
_at read-onlythe date-time notation as defined by RFC 3339, section 5.6, for example, 2017-07-21T17:32:28Z