STPIntentActionOXXODisplayDetails
public class STPIntentActionOXXODisplayDetails : NSObject, STPAPIResponseDecodable
Contains OXXO details necessary for the customer to complete the payment.
-
The timestamp after which the OXXO voucher expires.
Declaration
Swift
@objc public let expiresAfter: Date
-
The URL for the hosted OXXO voucher page, which allows customers to view and print an OXXO voucher.
Declaration
Swift
@objc public let hostedVoucherURL: URL
-
OXXO reference number.
Declaration
Swift
@objc public let number: String
-
Declaration
Swift
public static func decodedObject(fromAPIResponse response: [AnyHashable : Any]?) -> `Self`?
-
Declaration
Swift
public private(set) var allResponseFields: [AnyHashable : Any] { get }