STPConfirmBLIKOptions
public class STPConfirmBLIKOptions : NSObject
extension STPConfirmBLIKOptions: STPFormEncodable
BLIK options to pass to STPConfirmPaymentMethodOptions
`
-
The 6-digit BLIK code that a customer has generated using their banking application.
Declaration
Swift
@objc public var code: String
-
Declaration
Swift
@objc public var additionalAPIParameters: [AnyHashable : Any]
-
Initializes STPConfirmBLIKOptions
Declaration
Swift
@objc public required init(code: String)
Parameters
code
The 6-digit BLIK code that a customer has generated using their banking application.
-
Declaration
Swift
@objc public class func propertyNamesToFormFieldNamesMapping() -> [String : String]
-
Declaration
Swift
@objc public class func rootObjectName() -> String?