SavedBoncard
open class SavedBoncard(var alias: String, val maskedCardNumber: String?, val boncardType: BoncardType) : SavedPaymentMethod
This class contains saved Boncard payment method details.
Just like any other SavedPaymentMethod subclass, this class can be used to finalize a payment without user interaction or to display a selection of saved payment methods to the user for fast checkouts.
A SavedBoncard can be created by successfully completing a Boncard payment or with a dedicated registration.
Parameters
alias
Alias for a Boncard
maskedCardNumber
The masked card number you can use to display that specific card in your app.
boncardType
The specific subtype of card, which affects the title and logo that is displayed for the card.