-
Declaration
Swift
public let number: String
-
Declaration
Swift
public let expiryDate: ExpiryDate
-
Declaration
Swift
public let name: String?
-
Declaration
Swift
public let cvv: String?
-
Declaration
Swift
public let billingAddress: Address?
-
Declaration
Swift
public let phone: Phone?
-
Declaration
Swift
public init(number: String, expiryDate: ExpiryDate, name: String?, cvv: String?, billingAddress: Address?, phone: Phone?)
-
Enum representing card scheme.
We only support the following schemes:
- American Express
- Diner’s Club
- Discover
- JCB
- Mada
- Maestro
- Mastercard
- Visa
Declaration
Swift
public enum Scheme : CaseIterable, Equatable, Hashable