STPPaymentMethodBoleto
public class STPPaymentMethodBoleto : NSObject, STPAPIResponseDecodable
A Boleto Payment Method.
-
The tax ID of the customer (CPF for individuals or CNPJ for businesses).
Declaration
Swift
@objc public let taxID: String
-
Declaration
Swift
@objc public class func decodedObject(fromAPIResponse response: [AnyHashable : Any]?) -> `Self`?