DocumentLoyaltyRewardsDto

constructor(accountNumber: String? = null, currentBalance: BigDecimal? = null, nextRewardLevel: BigDecimal? = null, pointsAwarded: BigDecimal? = null, programName: String? = null)

Parameters

accountNumber

Loyalty rewards account number

currentBalance

The current balance of the rewards program after adding the number of loyalty points.

nextRewardLevel

The milestone number of points needed to reach the next level of the rewards program.

pointsAwarded

The total number of points awarded for a given receipt or line item.

programName

Loyalty rewards program name.