BillingForm
public enum BillingForm
Group the elements that may be contained on the Payment Form. The billing form style will ultimately decide if elements are present at runtime
-
Identify cardholder input field
Declaration
Swift
public static let cardholder: String -
Identify address line 1 input field
Declaration
Swift
public static let addressLine1: String -
Identify address line 2 input field
Declaration
Swift
public static let addressLine2: String -
Identify city input field
Declaration
Swift
public static let city: String -
Identify state input field
Declaration
Swift
public static let state: String -
Identify postcode input field
Declaration
Swift
public static let postcode: String -
Identify phone number input field
Declaration
Swift
public static let phoneNumber: String
View on GitHub
BillingForm