STPPaymentMethodBoletoParams
public class STPPaymentMethodBoletoParams : NSObject, STPFormEncodable
An object representing parameters used to create a Boleto Payment Method
-
The tax ID of the customer (CPF for individuals or CNPJ for businesses).
Supported formats:
XXX.XXX.XXX-XX
orXXXXXXXXXXX
for CPFXX.XXX.XXX/XXXX-XX
orXXXXXXXXXXXXXX
for CNPJ
Declaration
Swift
@objc public var taxID: String?
-
Declaration
Swift
@objc public class func rootObjectName() -> String?
-
Declaration
Swift
@objc public class func propertyNamesToFormFieldNamesMapping() -> [String : String]