STPPaymentMethodUPI
public class STPPaymentMethodUPI : NSObject, STPAPIResponseDecodable
A UPI Payment Method.
-
Declaration
Swift
@objc private(set) public var allResponseFields: [AnyHashable : Any] { get }
-
Customer’s Virtual Payment Address (VPA).
Declaration
Swift
@objc public private(set) var vpa: String { get }
-
Declaration
Swift
@objc public class func decodedObject(fromAPIResponse response: [AnyHashable : Any]?) -> `Self`?