BoncardConfig

data class BoncardConfig(boncardTypes: List<BoncardType> = listOf(BoncardType.GIFT_CARD))

Configuration object for Boncard transactions.

Parameters

boncardType

The types of Boncard (and their order) to display in the payment method selection for the ch.datatrans.payment.paymentmethods.PaymentMethodType.BONCARD payment method type.

Constructors

Link copied to clipboard
constructor(boncardTypes: List<BoncardType> = listOf(BoncardType.GIFT_CARD))

Creates a new BoncardConfig object.