LoyaltyDiscountOptionsResponse

data class LoyaltyDiscountOptionsResponse(val customerId: String, val transactionContext: LoyaltyDiscountOptionsTransaction, val discountDetails: DiscountDetails?)

Data class representing response containing discount options and loyalty context.

Parameters

customerId

Paysafe embedded wallet internal customer identifier.

transactionContext

Wallet operation context submitted to discount-options.

discountDetails

Available discount points balances and selectable discount options.

Constructors

Link copied to clipboard
constructor(customerId: String, transactionContext: LoyaltyDiscountOptionsTransaction, discountDetails: DiscountDetails?)

Properties

Link copied to clipboard
Link copied to clipboard