ApplePay
public class ApplePay : APIModel
Undocumented
-
Undocumented
Declaration
Swift
public var paymentData: PaymentData? -
Undocumented
Declaration
Swift
public var paymentMethod: PaymentMethod? -
Undocumented
Declaration
Swift
public var transactionIdentifier: String? -
Undocumented
Declaration
Swift
public init(paymentData: PaymentData? = nil, paymentMethod: PaymentMethod? = nil, transactionIdentifier: String? = nil) -
Declaration
Swift
public required init(from decoder: Decoder) throws -
Declaration
Swift
public func encode(to encoder: Encoder) throws -
Undocumented
Declaration
Swift
public func isEqual(to object: Any?) -> Bool -
Declaration
Swift
public static func == (lhs: ApplePay, rhs: ApplePay) -> Bool
View on GitHub
ApplePay Class Reference