CardLabelType
public enum CardLabelType: Int
Use this to choose which label to display for the card option in the payment method selection.
-
Displays as “Credit or debit card”.
Declaration
Swift
case creditOrDebitCard -
Displays as “Credit card”.
Declaration
Swift
case creditCard -
Displays as “Debit card”.
Declaration
Swift
case debitCard
View on GitHub