VGSCheckoutSubmitButtonThemeProtocol
public protocol VGSCheckoutSubmitButtonThemeProtocol
Defines Checkout submit button UI Theme.
-
The background color of the submit button.
Declaration
Swift
var checkoutSubmitButtonBackgroundColor: UIColor { get set }
-
The background color of the submit button on success.
Declaration
Swift
var checkoutSubmitButtonSuccessBackgroundColor: UIColor { get set }
-
The text color of the submit button title.
Declaration
Swift
var checkoutSubmitButtonTitleColor: UIColor { get set }
-
The font of the submit button title.
Declaration
Swift
var checkoutSubmitButtonTitleFont: UIFont { get set }