Record

reward

No description available.

record reward {
  created-at: option​<string>,
  id: option​<string>,
  loyalty-account-id: string,
  order-id: option​<string>,
  points: option​<s32>,
  redeemed-at: option​<string>,
  reward-tier-id: string,
  status: option​<string>,
  updated-at: option​<string>,
}

Fields

NameTypeDescription
created-atoption​<string>
idoption​<string>
loyalty-account-idstring
order-idoption​<string>
pointsoption​<s32>
redeemed-atoption​<string>
reward-tier-idstring
statusoption​<string>
updated-atoption​<string>