Status201
public class Status201 : APIModel
When successful, returns a paymentToken value. Requires the caller to interact with Apple Pay
to create the applePay
section.
Clients need to call /payment-method-kinds/applepay/session
beforehand to obtain a Apple Pay
PaymentSession that can be used to obtain the applePay payload.
-
Undocumented
Declaration
Swift
public var data: PCPayPaymentToken?
-
Undocumented
Declaration
Swift
public init(data: PCPayPaymentToken? = 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: Status201, rhs: Status201) -> Bool