Classes
-
Address View displaying a form to enter address information.
See moreDeclaration
Swift
public class AddressView : UIView
-
A view controller that allows the user to enter address information.
See moreDeclaration
Swift
public class AddressViewController: UIViewController, CountrySelectionViewControllerDelegate, UITextFieldDelegate
-
Table View Cell adapted to display a card.
See moreDeclaration
Swift
public class CardListCell : UITableViewCell
-
Table View Cell adapted to display a card.
See moreDeclaration
Swift
public class CardListCellName : CardListCell
-
Card Number Input View containing a label and an input field. Handles the formatting of the text field.
See moreDeclaration
Swift
@IBDesignable public class CardNumberInputView : StandardInputView, UITextFieldDelegate
-
Payment Form Utilities
See moreDeclaration
Swift
public class CardUtils
-
A view that displays card information inputs
See moreDeclaration
Swift
public class CardView : UIView
-
A view controller that allows the user to enter card information.
See moreDeclaration
Swift
public class CardViewController: UIViewController, AddressViewControllerDelegate, CardNumberInputViewDelegate, CvvInputViewDelegate, UITextFieldDelegate
-
Checkout API Client used to call the api endpoint of Checkout API available with your public key
See moreDeclaration
Swift
public class CheckoutAPIClient
-
A view controller that allows the user to select a country.
See moreDeclaration
Swift
public class CountrySelectionViewController: UIViewController, UITableViewDelegate, UITableViewDataSource, UISearchBarDelegate
-
CVV Confirmation View Controller
See moreDeclaration
Swift
public class CvvConfirmationViewController : UIViewController
-
Cvv Input View containing a label and an input field. Handles the formatting of the text field.
See moreDeclaration
Swift
@IBDesignable public class CvvInputView : StandardInputView, UITextFieldDelegate
-
A details input view. Use this when you want to link to another view controller. Add a gesture recognizer and an handler on tap, or a segue.
See moreDeclaration
Swift
@IBDesignable public class DetailsInputView : UIView, UIGestureRecognizerDelegate
-
Expiration Date Input View containing a label and an input field. Uses the
See moreExpirationDatePicker
as the input keyboard.Declaration
Swift
@IBDesignable public class ExpirationDateInputView : StandardInputView, ExpirationDatePickerDelegate
-
Expiration Date Picker is a control used for the inputting of expiration date.
See moreDeclaration
Swift
@IBDesignable public class ExpirationDatePicker : UIPickerView, UIPickerViewDelegate, UIPickerViewDataSource
-
Standard Input View containing a label and an input field.
See moreDeclaration
Swift
@IBDesignable public class PhoneNumberInputView : StandardInputView, UITextFieldDelegate
-
A simple loading view controller
See moreDeclaration
Swift
public class SimpleLoadingViewController : UIViewController
-
Standard Input View containing a label and an input field.
See moreDeclaration
Swift
@IBDesignable public class StandardInputView : UIView, UIGestureRecognizerDelegate
-
A view controller to manage 3ds
See moreDeclaration
Swift
public class ThreedsWebViewController: UIViewController, WKNavigationDelegate