BoncardType
public enum BoncardType: Int, CaseIterable
The different types of Boncard, for determining how the PaymentMethodType.Boncard
payment method type is displayed in the payment selection.
-
Displays as “Gift card” with a generic gift card icon
Declaration
Swift
case giftCard -
Displays as “Boncard”
Declaration
Swift
case boncard -
Displays as “Lunch-Check” with the Lunch-Check logo
Declaration
Swift
case lunchCheck -
Displays as “Voucher” with the SBB Voucher logo
Declaration
Swift
case sbbVoucher
View on GitHub