PaymentForm
public enum PaymentForm
Group the elements that may be contained on the Payment Form. The payment form style will ultimately decide if elements are present at runtime
-
Identify cardholder input field
Declaration
Swift
public static let cardholder: String
-
Identify card number input field
Declaration
Swift
public static let cardNumber: String
-
Identify card expiry date input field
Declaration
Swift
public static let cardExpiry: String
-
Identify security code (/CVV) input field
Declaration
Swift
public static let cardSecurityCode: String