Loyalty API

Type

TierRequirements3

Describes the requirements to reach or keep a tier.

Kind Type
Used in CustomerBalance3, LoggedOutBalance1

Properties

  • threshold_pts integer can be omitted if zero

    Number of points that need to be reached.

  • threshold_spend monetary can be omitted if zero

    Amount of spending that need to be reached.

  • threshold_events array of string can be omitted if empty

    Events that need to happen.

  • extra_pts integer can be omitted if zero

    Number of extra points the customer needs to obtain in addition to their current points.

  • extra_spend monetary can be omitted if zero

    Amount of extra spending the customer need to do in addition to their current spending.

  • extra_events array of string can be omitted if empty

    Extra events that customer needs to happen in addition to those that have already occurred.

  • extra_desc string can be omitted if empty

    Human-readable description of conditions that the customer is yet to meet.

    I.e. what customer needs to do to fulfil these requirements.

  • progress permyriad can be omitted if zero

    Numerical progress towards fulfilling the requirements.

Previous
TierFeatureValue1