VGSCheckoutPaymentOptionsThemeProtocol
public protocol VGSCheckoutPaymentOptionsThemeProtocol
Defines Payment options UI Theme.
-
The background color of the saved card item.
Declaration
Swift
var checkoutPaymentOptionBackgroundColor: UIColor { get set }
-
The text color of the card holder title in saved card item.
Declaration
Swift
var checkoutSavedCardCardholderTitleColor: UIColor { get set }
-
The text color of the card holder title in saved card item in selected state.
Declaration
Swift
var checkoutSavedCardCardholderSelectedTitleColor: UIColor { get set }
-
The text font of the card holder title in saved card item.
Declaration
Swift
var checkoutSavedCardCardholderTitleFont: UIFont { get set }
-
The text color of the last 4 and exp date in saved card item.
Declaration
Swift
var checkoutSavedCardDetailsTitleColor: UIColor { get set }
-
The text color of the last 4 and exp date in saved card item in selected state.
Declaration
Swift
var checkoutSavedCardDetailsSelectedTitleColor: UIColor { get set }
-
The text font of the of the last 4 and exp date in saved card item.
Declaration
Swift
var checkoutSavedCardDetailsTitleFont: UIFont { get set }
-
The border color of the saved card item when selected.
Declaration
Swift
var checkoutSavedCardSelectedBorderColor: UIColor { get set }
-
The text color for new card payment option title.
Declaration
Swift
var checkoutPaymentOptionNewCardTitleColor: UIColor { get set }
-
The font for new card payment option title.
Declaration
Swift
var checkoutPaymentOptionNewCardTitleFont: UIFont { get set }
-
The background color of the payment option checkbox for unselected state.
Declaration
Swift
var checkoutPaymentOptionCheckboxUnselectedColor: UIColor { get set }
-
The background color of the payment option checkbox for selected state.
Declaration
Swift
var checkoutPaymentOptionCheckboxSelectedColor: UIColor { get set }
-
The checkmark tint color in the payment option checkbox.
Declaration
Swift
var checkoutPaymentOptionCheckmarkTintColor: UIColor { get set }