DiscountDetails

constructor(maxDiscounts: Int, availablePoints: LoyaltyPoint, options: List<DiscountOption>)

Parameters

maxDiscounts

Maximum number of discounts that may be combined for one payment.

availablePoints

Loyalty point balances available for use for the evaluated discount options for this payment.

options

Selectable discount lines with redemption metadata.