STPPaymentMethodUPIParams
public class STPPaymentMethodUPIParams : NSObject, STPFormEncodable
An object representing parameters used to create a UPI Payment Method
-
Declaration
Swift
@objc public var additionalAPIParameters: [AnyHashable : Any]
-
Customer’s Virtual Payment Address (VPA). Required.
Declaration
Swift
@objc public var vpa: String?
-
Declaration
Swift
@objc public class func rootObjectName() -> String?
-
Declaration
Swift
@objc public class func propertyNamesToFormFieldNamesMapping() -> [String : String]