Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface LoyaltyTierBase

Hierarchy

  • LoyaltyTierBase

Index

Properties

Optional earning_rules

earning_rules: Record<string, MappingMultiply | MappingFixed>

name

name: string

points

points: { from?: number; to?: number }

Type declaration

  • Optional from?: number
  • Optional to?: number

Optional rewards

rewards: Record<string, MappingMultiply | MappingFixed>