Card
public enum Card : CheckoutError
Enums representing the CheckoutError for different card field input data.
-
Declaration
Swift
case cardNumber(_: ValidationError.CardNumber)
-
Declaration
Swift
case cvv(_: ValidationError.CVV)
-
Declaration
Swift
case billingAddress(_: ValidationError.Address)
-
Declaration
Swift
case phone(_: ValidationError.Phone)
-
Declaration
Swift
public var code: Int { get }