Condividi tramite


TierType type

Definisce i valori per TierType. I valori possibili includono: 'Consumption', 'Commitment_100AUHours', 'Commitment_500AUHours', 'Commitment_1000AUHours', 'Commitment_5000AUHours', 'Commitment_10000AUHours', 'Commitment_50000AUHours', 'Commitment_100000AUHours', 'Commitment_500000AUHours'

type TierType =
  | "Consumption"
  | "Commitment_100AUHours"
  | "Commitment_500AUHours"
  | "Commitment_1000AUHours"
  | "Commitment_5000AUHours"
  | "Commitment_10000AUHours"
  | "Commitment_50000AUHours"
  | "Commitment_100000AUHours"
  | "Commitment_500000AUHours"