DiscountRedemption

data class DiscountRedemption(val reference: String, val displayName: String?)

Data class identifying a chosen DiscountOption for redemption APIs.

Parameters

reference

Stable reference for this discount tier or voucher.

displayName

Customer-facing label for the discount option.

Constructors

Link copied to clipboard
constructor(reference: String, displayName: String?)

Properties

Link copied to clipboard
Link copied to clipboard