CustomerCardInfo

data class CustomerCardInfo(val cardId: String, val isRequired: Boolean)

Class describing customer cards

Constructors

Link copied to clipboard
constructor(cardId: String, isRequired: Boolean)

Properties

Link copied to clipboard

Unique id of the customer card type

Link copied to clipboard

True if the customer card is required for checkout, false otherwise