STPIntentActionBoletoDisplayDetails
public class STPIntentActionBoletoDisplayDetails : NSObject, STPAPIResponseDecodable
Contains Boleto details necessary for the customer to complete the payment.
-
The boleto voucher number.
Declaration
Swift
@objc public let number: String
-
The expiry date of the boleto voucher.
Declaration
Swift
@objc public let expiresAt: Date
-
The URL to the hosted boleto voucher page, which allows customers to view the boleto voucher.
Declaration
Swift
@objc public let hostedVoucherURL: URL
-
Declaration
Swift
public static func decodedObject(fromAPIResponse response: [AnyHashable : Any]?) -> `Self`?