react-native-test-payment-gateway-new 0.1.1 → 0.1.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/TestPaymentGatewayNew.podspec +1 -0
- package/ios/CCAvenueSDK.xcframework/Info.plist +43 -0
- package/ios/CCAvenueSDK.xcframework/ios-arm64/CCAvenueSDK.framework/CCAvenueSDK +0 -0
- package/ios/CCAvenueSDK.xcframework/ios-arm64/CCAvenueSDK.framework/Headers/CCAvenueSDK-Swift.h +452 -0
- package/ios/CCAvenueSDK.xcframework/ios-arm64/CCAvenueSDK.framework/Headers/CCAvenueSDK.h +19 -0
- package/ios/CCAvenueSDK.xcframework/ios-arm64/CCAvenueSDK.framework/Info.plist +0 -0
- package/ios/CCAvenueSDK.xcframework/ios-arm64/CCAvenueSDK.framework/Modules/CCAvenueSDK.swiftmodule/arm64-apple-ios.abi.json +17375 -0
- package/ios/CCAvenueSDK.xcframework/ios-arm64/CCAvenueSDK.framework/Modules/CCAvenueSDK.swiftmodule/arm64-apple-ios.private.swiftinterface +392 -0
- package/ios/CCAvenueSDK.xcframework/ios-arm64/CCAvenueSDK.framework/Modules/CCAvenueSDK.swiftmodule/arm64-apple-ios.swiftdoc +0 -0
- package/ios/CCAvenueSDK.xcframework/ios-arm64/CCAvenueSDK.framework/Modules/CCAvenueSDK.swiftmodule/arm64-apple-ios.swiftinterface +392 -0
- package/ios/CCAvenueSDK.xcframework/ios-arm64/CCAvenueSDK.framework/Modules/module.modulemap +11 -0
- package/ios/CCAvenueSDK.xcframework/ios-arm64/CCAvenueSDK.framework/getUpiOptions.json +155 -0
- package/ios/CCAvenueSDK.xcframework/ios-x86_64-simulator/CCAvenueSDK.framework/CCAvenueSDK +0 -0
- package/ios/CCAvenueSDK.xcframework/ios-x86_64-simulator/CCAvenueSDK.framework/Headers/CCAvenueSDK-Swift.h +452 -0
- package/ios/CCAvenueSDK.xcframework/ios-x86_64-simulator/CCAvenueSDK.framework/Headers/CCAvenueSDK.h +19 -0
- package/ios/CCAvenueSDK.xcframework/ios-x86_64-simulator/CCAvenueSDK.framework/Info.plist +0 -0
- package/ios/CCAvenueSDK.xcframework/ios-x86_64-simulator/CCAvenueSDK.framework/Modules/CCAvenueSDK.swiftmodule/x86_64-apple-ios-simulator.abi.json +17375 -0
- package/ios/CCAvenueSDK.xcframework/ios-x86_64-simulator/CCAvenueSDK.framework/Modules/CCAvenueSDK.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface +392 -0
- package/ios/CCAvenueSDK.xcframework/ios-x86_64-simulator/CCAvenueSDK.framework/Modules/CCAvenueSDK.swiftmodule/x86_64-apple-ios-simulator.swiftdoc +0 -0
- package/ios/CCAvenueSDK.xcframework/ios-x86_64-simulator/CCAvenueSDK.framework/Modules/CCAvenueSDK.swiftmodule/x86_64-apple-ios-simulator.swiftinterface +392 -0
- package/ios/CCAvenueSDK.xcframework/ios-x86_64-simulator/CCAvenueSDK.framework/Modules/module.modulemap +11 -0
- package/ios/CCAvenueSDK.xcframework/ios-x86_64-simulator/CCAvenueSDK.framework/_CodeSignature/CodeResources +201 -0
- package/ios/CCAvenueSDK.xcframework/ios-x86_64-simulator/CCAvenueSDK.framework/getUpiOptions.json +155 -0
- package/ios/CCavenueModule.swift +227 -0
- package/ios/TestPaymentGatewayNew.mm +64 -8
- package/package.json +1 -1
|
@@ -0,0 +1,392 @@
|
|
|
1
|
+
// swift-interface-format-version: 1.0
|
|
2
|
+
// swift-compiler-version: Apple Swift version 6.2 effective-5.10 (swiftlang-6.2.0.19.9 clang-1700.3.19.1)
|
|
3
|
+
// swift-module-flags: -target arm64-apple-ios11.0 -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -enable-experimental-feature DebugDescriptionMacro -enable-bare-slash-regex -module-name CCAvenueSDK
|
|
4
|
+
// swift-module-flags-ignorable: -no-verify-emitted-module-interface -formal-cxx-interoperability-mode=off -interface-compiler-version 6.2
|
|
5
|
+
@_exported import CCAvenueSDK
|
|
6
|
+
import Foundation
|
|
7
|
+
import Security
|
|
8
|
+
import Swift
|
|
9
|
+
import SystemConfiguration
|
|
10
|
+
import UIKit
|
|
11
|
+
import WebKit
|
|
12
|
+
import _Concurrency
|
|
13
|
+
import _StringProcessing
|
|
14
|
+
import _SwiftConcurrencyShims
|
|
15
|
+
public protocol ValidationDelegate {
|
|
16
|
+
func validationSuccessful()
|
|
17
|
+
func validationFailed(_ errors: [(any CCAvenueSDK.Validatable, CCAvenueSDK.ValidationError)])
|
|
18
|
+
}
|
|
19
|
+
extension UIKit.UIButton {
|
|
20
|
+
@_Concurrency.MainActor @preconcurrency @objc override dynamic open class var layerClass: Swift.AnyClass {
|
|
21
|
+
@objc get
|
|
22
|
+
}
|
|
23
|
+
}
|
|
24
|
+
extension UIKit.UIResponder {
|
|
25
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
26
|
+
@_Concurrency.MainActor @preconcurrency public static func currentFirst() -> UIKit.UIResponder?
|
|
27
|
+
#endif
|
|
28
|
+
}
|
|
29
|
+
public class Validator {
|
|
30
|
+
public var validations: CCAvenueSDK.ValidatorDictionary<CCAvenueSDK.ValidationRule>
|
|
31
|
+
public var errors: CCAvenueSDK.ValidatorDictionary<CCAvenueSDK.ValidationError>
|
|
32
|
+
public init()
|
|
33
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
34
|
+
public func validateField(_ field: any Swift.AnyObject & CCAvenueSDK.Validatable, callback: (_ error: CCAvenueSDK.ValidationError?) -> Swift.Void)
|
|
35
|
+
#endif
|
|
36
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
37
|
+
public func styleTransformers(success: ((_ validationRule: CCAvenueSDK.ValidationRule) -> Swift.Void)?, error: ((_ validationError: CCAvenueSDK.ValidationError) -> Swift.Void)?)
|
|
38
|
+
#endif
|
|
39
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
40
|
+
public func registerField(_ field: any Swift.AnyObject & CCAvenueSDK.Validatable, errorLabel: UIKit.UILabel? = nil, lineView: UIKit.UIView? = nil, rules: [any CCAvenueSDK.Rule])
|
|
41
|
+
#endif
|
|
42
|
+
public func unregisterField(_ field: any Swift.AnyObject & CCAvenueSDK.Validatable)
|
|
43
|
+
public func validate(_ delegate: any CCAvenueSDK.ValidationDelegate)
|
|
44
|
+
public func validate(_ callback: (_ errors: [(any CCAvenueSDK.Validatable, CCAvenueSDK.ValidationError)]) -> Swift.Void)
|
|
45
|
+
@objc deinit
|
|
46
|
+
}
|
|
47
|
+
public typealias ValidatableField = Swift.AnyObject & CCAvenueSDK.Validatable
|
|
48
|
+
public protocol Validatable {
|
|
49
|
+
var validationText: Swift.String { get }
|
|
50
|
+
}
|
|
51
|
+
extension UIKit.UIView : CCAvenueSDK.Validatable {
|
|
52
|
+
@_Concurrency.MainActor @preconcurrency public var validationText: Swift.String {
|
|
53
|
+
get
|
|
54
|
+
}
|
|
55
|
+
}
|
|
56
|
+
extension UIKit.UIColor {
|
|
57
|
+
convenience public init(r: CoreFoundation.CGFloat, g: CoreFoundation.CGFloat, b: CoreFoundation.CGFloat)
|
|
58
|
+
convenience public init(r: CoreFoundation.CGFloat, g: CoreFoundation.CGFloat, b: CoreFoundation.CGFloat, a: CoreFoundation.CGFloat)
|
|
59
|
+
}
|
|
60
|
+
public protocol Rule {
|
|
61
|
+
func validate(_ value: Swift.String) -> Swift.Bool
|
|
62
|
+
func errorMessage() -> Swift.String
|
|
63
|
+
}
|
|
64
|
+
public struct ValidatorDictionary<T> : Swift.Sequence {
|
|
65
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
66
|
+
public subscript(key: (any Swift.AnyObject & CCAvenueSDK.Validatable)?) -> T? {
|
|
67
|
+
get
|
|
68
|
+
set(newValue)
|
|
69
|
+
}
|
|
70
|
+
#endif
|
|
71
|
+
public mutating func removeAll()
|
|
72
|
+
public mutating func removeValueForKey(_ key: any Swift.AnyObject & CCAvenueSDK.Validatable)
|
|
73
|
+
public var isEmpty: Swift.Bool {
|
|
74
|
+
get
|
|
75
|
+
}
|
|
76
|
+
public func makeIterator() -> Swift.DictionaryIterator<Swift.ObjectIdentifier, T>
|
|
77
|
+
public typealias Element = Swift.Dictionary<Swift.ObjectIdentifier, T>.Iterator.Element
|
|
78
|
+
public typealias Iterator = Swift.DictionaryIterator<Swift.ObjectIdentifier, T>
|
|
79
|
+
}
|
|
80
|
+
open class RegexRule : CCAvenueSDK.Rule {
|
|
81
|
+
public init(regex: Swift.String, message: Swift.String = "Invalid Regular Expression")
|
|
82
|
+
open func validate(_ value: Swift.String) -> Swift.Bool
|
|
83
|
+
open func errorMessage() -> Swift.String
|
|
84
|
+
@objc deinit
|
|
85
|
+
}
|
|
86
|
+
@_hasMissingDesignatedInitializers public class RSAUtils {
|
|
87
|
+
@objc @_hasMissingDesignatedInitializers @available(iOS 1.2.0, *)
|
|
88
|
+
public class RSAUtilsError : Foundation.NSError {
|
|
89
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
90
|
+
@available(*, unavailable)
|
|
91
|
+
@objc required dynamic public init?(coder aDecoder: Foundation.NSCoder)
|
|
92
|
+
#endif
|
|
93
|
+
@objc deinit
|
|
94
|
+
}
|
|
95
|
+
@available(iOS 1.2.0, *)
|
|
96
|
+
public static func deleteRSAKeyFromKeychain(_ tagName: Swift.String)
|
|
97
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
98
|
+
@available(iOS 1.2.0, *)
|
|
99
|
+
public static func getRSAKeyFromKeychain(_ tagName: Swift.String) -> Security.SecKey?
|
|
100
|
+
#endif
|
|
101
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
102
|
+
@available(iOS 1.2.0, *)
|
|
103
|
+
@discardableResult
|
|
104
|
+
public static func addRSAPrivateKey(_ privkeyBase64: Swift.String, tagName: Swift.String) throws -> Security.SecKey?
|
|
105
|
+
#endif
|
|
106
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
107
|
+
@available(iOS 1.2.0, *)
|
|
108
|
+
public static func addRSAPublicKey(_ pubkeyBase64: Swift.String, tagName: Swift.String) throws -> Security.SecKey?
|
|
109
|
+
#endif
|
|
110
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
111
|
+
@available(iOS 1.2.0, *)
|
|
112
|
+
public static func encryptWithRSAKey(_ data: Foundation.Data, rsaKeyRef: Security.SecKey, padding: Security.SecPadding) -> Foundation.Data?
|
|
113
|
+
#endif
|
|
114
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
115
|
+
@available(iOS 1.2.0, *)
|
|
116
|
+
public static func decryptWithRSAKey(_ encryptedData: Foundation.Data, rsaKeyRef: Security.SecKey, padding: Security.SecPadding) -> Foundation.Data?
|
|
117
|
+
#endif
|
|
118
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
119
|
+
@available(iOS 1.2.0, *)
|
|
120
|
+
public static func encryptWithRSAKey(data: Foundation.Data, tagName: Swift.String) -> Foundation.Data?
|
|
121
|
+
#endif
|
|
122
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
123
|
+
@available(iOS 1.2.0, *)
|
|
124
|
+
public static func encryptWithRSAKey(str: Swift.String, tagName: Swift.String) -> Foundation.Data?
|
|
125
|
+
#endif
|
|
126
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
127
|
+
@available(iOS 1.2.0, *)
|
|
128
|
+
public static func decryptWithRSAKey(encryptedData: Foundation.Data, tagName: Swift.String) -> Foundation.Data?
|
|
129
|
+
#endif
|
|
130
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
131
|
+
@available(iOS 1.2.0, *)
|
|
132
|
+
public static func encryptWithRSAPublicKey(data: Foundation.Data, pubkeyBase64: Swift.String) throws -> Foundation.Data?
|
|
133
|
+
#endif
|
|
134
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
135
|
+
@available(iOS 1.2.0, *)
|
|
136
|
+
public static func encryptWithRSAPublicKey(str: Swift.String, pubkeyBase64: Swift.String) throws -> Foundation.Data?
|
|
137
|
+
#endif
|
|
138
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
139
|
+
@available(iOS 1.2.0, *)
|
|
140
|
+
public static func encryptWithRSAPublicKey(data: Foundation.Data, pubkeyBase64: Swift.String, tagName: Swift.String) throws -> Foundation.Data?
|
|
141
|
+
#endif
|
|
142
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
143
|
+
@available(iOS 1.2.0, *)
|
|
144
|
+
public static func encryptWithRSAPublicKey(str: Swift.String, pubkeyBase64: Swift.String, tagName: Swift.String) throws -> Foundation.Data?
|
|
145
|
+
#endif
|
|
146
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
147
|
+
@available(iOS 1.2.0, *)
|
|
148
|
+
public static func decryptWithRSAPrivateKey(encryptedData: Foundation.Data, privkeyBase64: Swift.String) throws -> Foundation.Data?
|
|
149
|
+
#endif
|
|
150
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
151
|
+
@available(iOS 1.2.0, *)
|
|
152
|
+
public static func decryptWithRSAPrivateKey(encryptedData: Foundation.Data, privkeyBase64: Swift.String, tagName: Swift.String) throws -> Foundation.Data?
|
|
153
|
+
#endif
|
|
154
|
+
@objc deinit
|
|
155
|
+
}
|
|
156
|
+
extension UIKit.UIView {
|
|
157
|
+
@_Concurrency.MainActor @preconcurrency public func addConstraintsWithFormat(_ format: Swift.String, views: UIKit.UIView...)
|
|
158
|
+
@_Concurrency.MainActor @preconcurrency public func fillSuperview()
|
|
159
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
160
|
+
@_Concurrency.MainActor @preconcurrency public func anchor(_ top: UIKit.NSLayoutYAxisAnchor? = nil, left: UIKit.NSLayoutXAxisAnchor? = nil, bottom: UIKit.NSLayoutYAxisAnchor? = nil, right: UIKit.NSLayoutXAxisAnchor? = nil, topConstant: CoreFoundation.CGFloat = 0, leftConstant: CoreFoundation.CGFloat = 0, bottomConstant: CoreFoundation.CGFloat = 0, rightConstant: CoreFoundation.CGFloat = 0, widthConstant: CoreFoundation.CGFloat = 0, heightConstant: CoreFoundation.CGFloat = 0)
|
|
161
|
+
#endif
|
|
162
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
163
|
+
@_Concurrency.MainActor @preconcurrency public func anchorWithReturnAnchors(_ top: UIKit.NSLayoutYAxisAnchor? = nil, left: UIKit.NSLayoutXAxisAnchor? = nil, bottom: UIKit.NSLayoutYAxisAnchor? = nil, right: UIKit.NSLayoutXAxisAnchor? = nil, topConstant: CoreFoundation.CGFloat = 0, leftConstant: CoreFoundation.CGFloat = 0, bottomConstant: CoreFoundation.CGFloat = 0, rightConstant: CoreFoundation.CGFloat = 0, widthConstant: CoreFoundation.CGFloat = 0, heightConstant: CoreFoundation.CGFloat = 0) -> [UIKit.NSLayoutConstraint]
|
|
164
|
+
#endif
|
|
165
|
+
@_Concurrency.MainActor @preconcurrency public func anchorCenterXToSuperview(constant: CoreFoundation.CGFloat = 0)
|
|
166
|
+
@_Concurrency.MainActor @preconcurrency public func anchorCenterYToSuperview(constant: CoreFoundation.CGFloat = 0)
|
|
167
|
+
@_Concurrency.MainActor @preconcurrency public func anchorCenterSuperview()
|
|
168
|
+
}
|
|
169
|
+
@objc public class ValidationError : ObjectiveC.NSObject {
|
|
170
|
+
final public let field: any Swift.AnyObject & CCAvenueSDK.Validatable
|
|
171
|
+
public var errorLabel: UIKit.UILabel?
|
|
172
|
+
final public let errorMessage: Swift.String
|
|
173
|
+
final public let errorLineView: UIKit.UIView?
|
|
174
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
175
|
+
public init(field: any Swift.AnyObject & CCAvenueSDK.Validatable, errorLabel: UIKit.UILabel?, errorLineView: UIKit.UIView?, error: Swift.String)
|
|
176
|
+
#endif
|
|
177
|
+
@objc deinit
|
|
178
|
+
}
|
|
179
|
+
@_hasMissingDesignatedInitializers public class Reach {
|
|
180
|
+
@objc deinit
|
|
181
|
+
}
|
|
182
|
+
extension CCAvenueSDK.MainViewController {
|
|
183
|
+
@_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, numberOfRowsInSection section: Swift.Int) -> Swift.Int
|
|
184
|
+
@_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, cellForRowAt indexPath: Foundation.IndexPath) -> UIKit.UITableViewCell
|
|
185
|
+
@_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, didSelectRowAt indexPath: Foundation.IndexPath)
|
|
186
|
+
@_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, heightForRowAt indexPath: Foundation.IndexPath) -> CoreFoundation.CGFloat
|
|
187
|
+
}
|
|
188
|
+
@objc public protocol MainViewControllerDelegate {
|
|
189
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
190
|
+
@objc func getResponse(_ jsonResponse: [Swift.AnyHashable : Any]?)
|
|
191
|
+
#endif
|
|
192
|
+
}
|
|
193
|
+
@objc @_inheritsConvenienceInitializers @_Concurrency.MainActor @preconcurrency public class MainViewController : UIKit.UIViewController, UIKit.UICollectionViewDelegateFlowLayout, UIKit.UICollectionViewDelegate, UIKit.UICollectionViewDataSource, UIKit.UITableViewDelegate, UIKit.UITableViewDataSource, UIKit.UIScrollViewDelegate, UIKit.UITextFieldDelegate, WebKit.WKNavigationDelegate, WebKit.WKUIDelegate, UIKit.UIPickerViewDelegate, UIKit.UIPickerViewDataSource, UIKit.UIPopoverPresentationControllerDelegate, WebKit.WKScriptMessageHandler, CCAvenueSDK.ValidationDelegate {
|
|
194
|
+
@_Concurrency.MainActor @preconcurrency weak public var delegate: (any CCAvenueSDK.MainViewControllerDelegate)?
|
|
195
|
+
@_Concurrency.MainActor @preconcurrency convenience public init(ccRequestDictionary: [Swift.String : Any])
|
|
196
|
+
@_Concurrency.MainActor @preconcurrency @objc override dynamic public func viewDidLoad()
|
|
197
|
+
@_Concurrency.MainActor @preconcurrency @objc override dynamic public func viewDidAppear(_ animated: Swift.Bool)
|
|
198
|
+
@objc deinit
|
|
199
|
+
@_Concurrency.MainActor @preconcurrency @objc override dynamic public func viewWillAppear(_ animated: Swift.Bool)
|
|
200
|
+
@_Concurrency.MainActor @preconcurrency @objc override dynamic public func viewWillDisappear(_ animated: Swift.Bool)
|
|
201
|
+
@_Concurrency.MainActor @preconcurrency @objc override dynamic public func didReceiveMemoryWarning()
|
|
202
|
+
@_Concurrency.MainActor @preconcurrency @objc public func adaptivePresentationStyle(for controller: UIKit.UIPresentationController) -> UIKit.UIModalPresentationStyle
|
|
203
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
204
|
+
@_Concurrency.MainActor @preconcurrency @objc override dynamic public init(nibName nibNameOrNil: Swift.String?, bundle nibBundleOrNil: Foundation.Bundle?)
|
|
205
|
+
#endif
|
|
206
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
207
|
+
@_Concurrency.MainActor @preconcurrency @objc required dynamic public init?(coder: Foundation.NSCoder)
|
|
208
|
+
#endif
|
|
209
|
+
}
|
|
210
|
+
extension CCAvenueSDK.MainViewController {
|
|
211
|
+
@_Concurrency.MainActor @preconcurrency public func validationSuccessful()
|
|
212
|
+
@_Concurrency.MainActor @preconcurrency public func validationFailed(_ errors: [(any CCAvenueSDK.Validatable, CCAvenueSDK.ValidationError)])
|
|
213
|
+
}
|
|
214
|
+
extension CCAvenueSDK.PromotionAndDiscountListViewController {
|
|
215
|
+
@_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, numberOfRowsInSection section: Swift.Int) -> Swift.Int
|
|
216
|
+
@_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, cellForRowAt indexPath: Foundation.IndexPath) -> UIKit.UITableViewCell
|
|
217
|
+
@_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, heightForRowAt indexPath: Foundation.IndexPath) -> CoreFoundation.CGFloat
|
|
218
|
+
}
|
|
219
|
+
@_hasMissingDesignatedInitializers open class SwiftLuhn {
|
|
220
|
+
public enum CardType : Swift.Int {
|
|
221
|
+
case amex
|
|
222
|
+
case visa
|
|
223
|
+
case mastercard
|
|
224
|
+
case discover
|
|
225
|
+
case dinersClub
|
|
226
|
+
case jcb
|
|
227
|
+
case maestro
|
|
228
|
+
case rupay
|
|
229
|
+
case mir
|
|
230
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
231
|
+
public init?(rawValue: Swift.Int)
|
|
232
|
+
#endif
|
|
233
|
+
public typealias RawValue = Swift.Int
|
|
234
|
+
public var rawValue: Swift.Int {
|
|
235
|
+
get
|
|
236
|
+
}
|
|
237
|
+
}
|
|
238
|
+
public enum CardError : Swift.Error {
|
|
239
|
+
case unsupported
|
|
240
|
+
case invalid
|
|
241
|
+
public static func == (a: CCAvenueSDK.SwiftLuhn.CardError, b: CCAvenueSDK.SwiftLuhn.CardError) -> Swift.Bool
|
|
242
|
+
public func hash(into hasher: inout Swift.Hasher)
|
|
243
|
+
public var hashValue: Swift.Int {
|
|
244
|
+
get
|
|
245
|
+
}
|
|
246
|
+
}
|
|
247
|
+
@objc deinit
|
|
248
|
+
}
|
|
249
|
+
extension CCAvenueSDK.SwiftLuhn.CardType {
|
|
250
|
+
public func stringValue() -> Swift.String
|
|
251
|
+
public func maxLength() -> Swift.Int
|
|
252
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
253
|
+
public init?(string: Swift.String)
|
|
254
|
+
#endif
|
|
255
|
+
}
|
|
256
|
+
extension Swift.String {
|
|
257
|
+
public func isValidCardNumber() -> Swift.Bool
|
|
258
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
259
|
+
public func cardType() -> CCAvenueSDK.SwiftLuhn.CardType?
|
|
260
|
+
#endif
|
|
261
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
262
|
+
public func suggestedCardType() -> CCAvenueSDK.SwiftLuhn.CardType?
|
|
263
|
+
#endif
|
|
264
|
+
public func formattedCardNumber() -> Swift.String
|
|
265
|
+
}
|
|
266
|
+
extension CCAvenueSDK.MainViewController {
|
|
267
|
+
@_Concurrency.MainActor @preconcurrency @objc dynamic public func numberOfComponents(in pickerView: UIKit.UIPickerView) -> Swift.Int
|
|
268
|
+
@_Concurrency.MainActor @preconcurrency @objc dynamic public func pickerView(_ pickerView: UIKit.UIPickerView, numberOfRowsInComponent component: Swift.Int) -> Swift.Int
|
|
269
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
270
|
+
@_Concurrency.MainActor @preconcurrency @objc dynamic public func pickerView(_ pickerView: UIKit.UIPickerView, titleForRow row: Swift.Int, forComponent component: Swift.Int) -> Swift.String?
|
|
271
|
+
#endif
|
|
272
|
+
@_Concurrency.MainActor @preconcurrency @objc dynamic public func pickerView(_ pickerView: UIKit.UIPickerView, didSelectRow row: Swift.Int, inComponent component: Swift.Int)
|
|
273
|
+
}
|
|
274
|
+
@objc @_inheritsConvenienceInitializers @_Concurrency.MainActor @preconcurrency public class PromotionAndDiscountListViewController : UIKit.UIViewController, UIKit.UITableViewDelegate, UIKit.UITableViewDataSource {
|
|
275
|
+
@_Concurrency.MainActor @preconcurrency @objc override dynamic public func viewDidLoad()
|
|
276
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
277
|
+
@_Concurrency.MainActor @preconcurrency @objc override dynamic public init(nibName nibNameOrNil: Swift.String?, bundle nibBundleOrNil: Foundation.Bundle?)
|
|
278
|
+
#endif
|
|
279
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
280
|
+
@_Concurrency.MainActor @preconcurrency @objc required dynamic public init?(coder: Foundation.NSCoder)
|
|
281
|
+
#endif
|
|
282
|
+
@objc deinit
|
|
283
|
+
}
|
|
284
|
+
@_hasMissingDesignatedInitializers public class LoadingOverlay {
|
|
285
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
286
|
+
public func showOverlay(view: UIKit.UIView!)
|
|
287
|
+
#endif
|
|
288
|
+
public func hideOverlayView()
|
|
289
|
+
public func isShowingOverlay() -> Swift.Bool
|
|
290
|
+
@objc deinit
|
|
291
|
+
}
|
|
292
|
+
public class ValidationRule {
|
|
293
|
+
public var field: any Swift.AnyObject & CCAvenueSDK.Validatable
|
|
294
|
+
public var errorLabel: UIKit.UILabel?
|
|
295
|
+
public var rules: [any CCAvenueSDK.Rule]
|
|
296
|
+
public var lineView: UIKit.UIView?
|
|
297
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
298
|
+
public init(field: any Swift.AnyObject & CCAvenueSDK.Validatable, rules: [any CCAvenueSDK.Rule], errorLabel: UIKit.UILabel?, lineView: UIKit.UIView?)
|
|
299
|
+
#endif
|
|
300
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
301
|
+
public func validateField() -> CCAvenueSDK.ValidationError?
|
|
302
|
+
#endif
|
|
303
|
+
@objc deinit
|
|
304
|
+
}
|
|
305
|
+
extension CCAvenueSDK.MainViewController {
|
|
306
|
+
@_Concurrency.MainActor @preconcurrency @objc dynamic public func textFieldDidBeginEditing(_ textField: UIKit.UITextField)
|
|
307
|
+
@_Concurrency.MainActor @preconcurrency @objc dynamic public func textFieldDidEndEditing(_ textField: UIKit.UITextField, reason: UIKit.UITextField.DidEndEditingReason)
|
|
308
|
+
@_Concurrency.MainActor @preconcurrency @objc dynamic public func textFieldShouldReturn(_ textField: UIKit.UITextField) -> Swift.Bool
|
|
309
|
+
@_Concurrency.MainActor @preconcurrency @objc dynamic public func textField(_ textField: UIKit.UITextField, shouldChangeCharactersIn range: Foundation.NSRange, replacementString string: Swift.String) -> Swift.Bool
|
|
310
|
+
}
|
|
311
|
+
@objc @_inheritsConvenienceInitializers @_Concurrency.MainActor @preconcurrency public class Checkbox : UIKit.UIControl {
|
|
312
|
+
public enum CheckmarkStyle {
|
|
313
|
+
case square
|
|
314
|
+
case circle
|
|
315
|
+
case cross
|
|
316
|
+
case tick
|
|
317
|
+
public static func == (a: CCAvenueSDK.Checkbox.CheckmarkStyle, b: CCAvenueSDK.Checkbox.CheckmarkStyle) -> Swift.Bool
|
|
318
|
+
public func hash(into hasher: inout Swift.Hasher)
|
|
319
|
+
public var hashValue: Swift.Int {
|
|
320
|
+
get
|
|
321
|
+
}
|
|
322
|
+
}
|
|
323
|
+
public enum BorderStyle {
|
|
324
|
+
case square
|
|
325
|
+
case circle
|
|
326
|
+
public static func == (a: CCAvenueSDK.Checkbox.BorderStyle, b: CCAvenueSDK.Checkbox.BorderStyle) -> Swift.Bool
|
|
327
|
+
public func hash(into hasher: inout Swift.Hasher)
|
|
328
|
+
public var hashValue: Swift.Int {
|
|
329
|
+
get
|
|
330
|
+
}
|
|
331
|
+
}
|
|
332
|
+
@_Concurrency.MainActor @preconcurrency public var checkmarkStyle: CCAvenueSDK.Checkbox.CheckmarkStyle
|
|
333
|
+
@_Concurrency.MainActor @preconcurrency public var borderStyle: CCAvenueSDK.Checkbox.BorderStyle
|
|
334
|
+
@_Concurrency.MainActor @preconcurrency public var borderWidth: CoreFoundation.CGFloat
|
|
335
|
+
@_Concurrency.MainActor @preconcurrency public var checkmarkSize: CoreFoundation.CGFloat
|
|
336
|
+
@_Concurrency.MainActor @preconcurrency public var uncheckedBorderColor: UIKit.UIColor!
|
|
337
|
+
@_Concurrency.MainActor @preconcurrency public var checkedBorderColor: UIKit.UIColor!
|
|
338
|
+
@_Concurrency.MainActor @preconcurrency public var checkmarkColor: UIKit.UIColor!
|
|
339
|
+
@_Concurrency.MainActor @preconcurrency public var checkboxBackgroundColor: UIKit.UIColor!
|
|
340
|
+
@_Concurrency.MainActor @preconcurrency public var increasedTouchRadius: CoreFoundation.CGFloat
|
|
341
|
+
@_Concurrency.MainActor @preconcurrency public var valueChanged: ((_ isChecked: Swift.Bool) -> Swift.Void)?
|
|
342
|
+
@_Concurrency.MainActor @preconcurrency public var isChecked: Swift.Bool {
|
|
343
|
+
get
|
|
344
|
+
set
|
|
345
|
+
}
|
|
346
|
+
@_Concurrency.MainActor @preconcurrency public var useHapticFeedback: Swift.Bool
|
|
347
|
+
@_Concurrency.MainActor @preconcurrency @objc override dynamic public init(frame: CoreFoundation.CGRect)
|
|
348
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
349
|
+
@_Concurrency.MainActor @preconcurrency @objc required dynamic public init?(coder aDecoder: Foundation.NSCoder)
|
|
350
|
+
#endif
|
|
351
|
+
@_Concurrency.MainActor @preconcurrency @objc override dynamic public func draw(_ rect: CoreFoundation.CGRect)
|
|
352
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
353
|
+
@_Concurrency.MainActor @preconcurrency @objc override dynamic public func point(inside point: CoreFoundation.CGPoint, with event: UIKit.UIEvent?) -> Swift.Bool
|
|
354
|
+
#endif
|
|
355
|
+
@objc deinit
|
|
356
|
+
}
|
|
357
|
+
extension CCAvenueSDK.MainViewController {
|
|
358
|
+
@_Concurrency.MainActor @preconcurrency @objc dynamic public func userContentController(_ userContentController: WebKit.WKUserContentController, didReceive message: WebKit.WKScriptMessage)
|
|
359
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
360
|
+
@_Concurrency.MainActor @preconcurrency @objc dynamic public func webView(_ webView: WebKit.WKWebView, didFail navigation: WebKit.WKNavigation!, withError error: any Swift.Error)
|
|
361
|
+
#endif
|
|
362
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
363
|
+
@_Concurrency.MainActor @preconcurrency @objc dynamic public func webView(_ webView: WebKit.WKWebView, didStartProvisionalNavigation navigation: WebKit.WKNavigation!)
|
|
364
|
+
#endif
|
|
365
|
+
@_Concurrency.MainActor @preconcurrency @objc dynamic public func webView(_ webView: WebKit.WKWebView, decidePolicyFor navigationResponse: WebKit.WKNavigationResponse, decisionHandler: @escaping (WebKit.WKNavigationResponsePolicy) -> Swift.Void)
|
|
366
|
+
@_Concurrency.MainActor @preconcurrency @objc dynamic public func webView(_ webView: WebKit.WKWebView, decidePolicyFor navigationAction: WebKit.WKNavigationAction, decisionHandler: @escaping (WebKit.WKNavigationActionPolicy) -> Swift.Void)
|
|
367
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
368
|
+
@_Concurrency.MainActor @preconcurrency @objc dynamic public func webView(_ webView: WebKit.WKWebView, didFinish navigation: WebKit.WKNavigation!)
|
|
369
|
+
#endif
|
|
370
|
+
@_Concurrency.MainActor @preconcurrency @objc dynamic public func webView(_ webView: WebKit.WKWebView, runJavaScriptAlertPanelWithMessage message: Swift.String, initiatedByFrame frame: WebKit.WKFrameInfo, completionHandler: @escaping () -> Swift.Void)
|
|
371
|
+
@_Concurrency.MainActor @preconcurrency @objc dynamic public func webView(_ webView: WebKit.WKWebView, runJavaScriptConfirmPanelWithMessage message: Swift.String, initiatedByFrame frame: WebKit.WKFrameInfo, completionHandler: @escaping (Swift.Bool) -> Swift.Void)
|
|
372
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
373
|
+
@_Concurrency.MainActor @preconcurrency @objc dynamic public func webView(_ webView: WebKit.WKWebView, runJavaScriptTextInputPanelWithPrompt prompt: Swift.String, defaultText: Swift.String?, initiatedByFrame frame: WebKit.WKFrameInfo, completionHandler: @escaping (Swift.String?) -> Swift.Void)
|
|
374
|
+
#endif
|
|
375
|
+
}
|
|
376
|
+
extension CCAvenueSDK.MainViewController {
|
|
377
|
+
@_Concurrency.MainActor @preconcurrency @objc dynamic public func numberOfSections(in collectionView: UIKit.UICollectionView) -> Swift.Int
|
|
378
|
+
@_Concurrency.MainActor @preconcurrency @objc dynamic public func collectionView(_ collectionView: UIKit.UICollectionView, numberOfItemsInSection section: Swift.Int) -> Swift.Int
|
|
379
|
+
@_Concurrency.MainActor @preconcurrency @objc dynamic public func collectionView(_ collectionView: UIKit.UICollectionView, cellForItemAt indexPath: Foundation.IndexPath) -> UIKit.UICollectionViewCell
|
|
380
|
+
@_Concurrency.MainActor @preconcurrency @objc dynamic public func collectionView(_ collectionView: UIKit.UICollectionView, didSelectItemAt indexPath: Foundation.IndexPath)
|
|
381
|
+
@_Concurrency.MainActor @preconcurrency @objc dynamic public func collectionView(_ collectionView: UIKit.UICollectionView, layout collectionViewLayout: UIKit.UICollectionViewLayout, referenceSizeForHeaderInSection section: Swift.Int) -> CoreFoundation.CGSize
|
|
382
|
+
@_Concurrency.MainActor @preconcurrency @objc dynamic public func collectionView(_ collectionView: UIKit.UICollectionView, viewForSupplementaryElementOfKind kind: Swift.String, at indexPath: Foundation.IndexPath) -> UIKit.UICollectionReusableView
|
|
383
|
+
}
|
|
384
|
+
extension CCAvenueSDK.SwiftLuhn.CardType : Swift.Equatable {}
|
|
385
|
+
extension CCAvenueSDK.SwiftLuhn.CardType : Swift.Hashable {}
|
|
386
|
+
extension CCAvenueSDK.SwiftLuhn.CardType : Swift.RawRepresentable {}
|
|
387
|
+
extension CCAvenueSDK.SwiftLuhn.CardError : Swift.Equatable {}
|
|
388
|
+
extension CCAvenueSDK.SwiftLuhn.CardError : Swift.Hashable {}
|
|
389
|
+
extension CCAvenueSDK.Checkbox.CheckmarkStyle : Swift.Equatable {}
|
|
390
|
+
extension CCAvenueSDK.Checkbox.CheckmarkStyle : Swift.Hashable {}
|
|
391
|
+
extension CCAvenueSDK.Checkbox.BorderStyle : Swift.Equatable {}
|
|
392
|
+
extension CCAvenueSDK.Checkbox.BorderStyle : Swift.Hashable {}
|
|
@@ -0,0 +1,155 @@
|
|
|
1
|
+
{
|
|
2
|
+
"OPTUPI": [{
|
|
3
|
+
"pay_opt_type": "OPTUPI",
|
|
4
|
+
"pay_opt_desc": "Unified Payments",
|
|
5
|
+
"card_type": "UPI",
|
|
6
|
+
"card_name": "BHIM",
|
|
7
|
+
"account_data_at": "CCAvenue",
|
|
8
|
+
"account_status": "ACTI",
|
|
9
|
+
"pay_opt_disp_order": "15",
|
|
10
|
+
"card_status_message": "",
|
|
11
|
+
"card_disp_order": "20",
|
|
12
|
+
"account_si": "N",
|
|
13
|
+
"gtw_integration": "",
|
|
14
|
+
"account_upiqr": "N",
|
|
15
|
+
"account_otp": "N",
|
|
16
|
+
"optim_flag": "N",
|
|
17
|
+
"gtw_id": "BHIM",
|
|
18
|
+
"whereToFindUPI": "1. Open BHIM app.\n2. Tap on \"Profile\" tab below my information.\n3. Your \"UPI ID\" is below QR Code",
|
|
19
|
+
"upiHandler": ["@upi", "Other UPI"]
|
|
20
|
+
},
|
|
21
|
+
{
|
|
22
|
+
"pay_opt_type": "OPTUPI",
|
|
23
|
+
"pay_opt_desc": "Unified Payments",
|
|
24
|
+
"card_type": "UPI",
|
|
25
|
+
"card_name": "Cred",
|
|
26
|
+
"account_data_at": "CCAvenue",
|
|
27
|
+
"account_status": "ACTI",
|
|
28
|
+
"pay_opt_disp_order": "15",
|
|
29
|
+
"card_status_message": "",
|
|
30
|
+
"card_disp_order": "20",
|
|
31
|
+
"account_si": "N",
|
|
32
|
+
"gtw_integration": "",
|
|
33
|
+
"account_upiqr": "N",
|
|
34
|
+
"account_otp": "N",
|
|
35
|
+
"optim_flag": "N",
|
|
36
|
+
"gtw_id": "cred",
|
|
37
|
+
"whereToFindUPI": "1. Open \"Cred\" app.\n2. Tap on \"Profile\" tab below my information.\n3. Your \"UPI ID\" is next to the QR Code.",
|
|
38
|
+
"upiHandler": ["@ybl", "Other UPI"]
|
|
39
|
+
},
|
|
40
|
+
{
|
|
41
|
+
"pay_opt_type": "OPTUPI",
|
|
42
|
+
"pay_opt_desc": "Unified Payments",
|
|
43
|
+
"card_type": "UPI",
|
|
44
|
+
"card_name": "Airtel",
|
|
45
|
+
"account_data_at": "CCAvenue",
|
|
46
|
+
"account_status": "ACTI",
|
|
47
|
+
"pay_opt_disp_order": "15",
|
|
48
|
+
"card_status_message": "",
|
|
49
|
+
"card_disp_order": "20",
|
|
50
|
+
"account_si": "N",
|
|
51
|
+
"gtw_integration": "",
|
|
52
|
+
"account_upiqr": "Y",
|
|
53
|
+
"account_otp": "N",
|
|
54
|
+
"optim_flag": "N",
|
|
55
|
+
"gtw_id": "Payrtm",
|
|
56
|
+
"whereToFindUPI": "1. Open \"Airtel\" app.\n2. Tap on \"Profile\" tab below my information.\n3. Tap on \"Bank Profile\" icon. \n4. Your \"UPI ID\" is next to the QR Code.",
|
|
57
|
+
"upiHandler": ["@airtel", "Other UPI"]
|
|
58
|
+
},
|
|
59
|
+
{
|
|
60
|
+
"pay_opt_type": "OPTUPI",
|
|
61
|
+
"pay_opt_desc": "Unified Payments",
|
|
62
|
+
"card_type": "UPI",
|
|
63
|
+
"card_name": "PhonePe",
|
|
64
|
+
"account_data_at": "CCAvenue",
|
|
65
|
+
"account_status": "ACTI",
|
|
66
|
+
"pay_opt_disp_order": "15",
|
|
67
|
+
"card_status_message": "",
|
|
68
|
+
"card_disp_order": "20",
|
|
69
|
+
"account_si": "N",
|
|
70
|
+
"gtw_integration": "",
|
|
71
|
+
"account_upiqr": "N",
|
|
72
|
+
"account_otp": "N",
|
|
73
|
+
"optim_flag": "N",
|
|
74
|
+
"gtw_id": "PhonePe",
|
|
75
|
+
"whereToFindUPI": "1. Open PhonePe app.\n2. Tap on \"My Accounut\" in navigation bar.\n3. Then tap on \"BHIM UPI ID\"",
|
|
76
|
+
"upiHandler": ["@ybl", "Other UPI"]
|
|
77
|
+
},
|
|
78
|
+
{
|
|
79
|
+
"pay_opt_type": "OPTUPI",
|
|
80
|
+
"pay_opt_desc": "Unified Payments",
|
|
81
|
+
"card_type": "UPI",
|
|
82
|
+
"card_name": "Google Pay",
|
|
83
|
+
"account_data_at": "CCAvenue",
|
|
84
|
+
"account_status": "ACTI",
|
|
85
|
+
"pay_opt_disp_order": "15",
|
|
86
|
+
"card_status_message": "",
|
|
87
|
+
"card_disp_order": "20",
|
|
88
|
+
"account_si": "N",
|
|
89
|
+
"gtw_integration": "",
|
|
90
|
+
"account_upiqr": "Y",
|
|
91
|
+
"account_otp": "N",
|
|
92
|
+
"optim_flag": "N",
|
|
93
|
+
"gtw_id": "GooglePay",
|
|
94
|
+
"whereToFindUPI": "1. Open \"Google Pay\" (Tez) app.\n2. Tap on your name on the top left.\n3. Your \"UPI ID\" is below your email ID or mobile number.",
|
|
95
|
+
"upiHandler": ["@okhdfcbank", "@oksbi", "@okaxis", "@okicici", "Other UPI"]
|
|
96
|
+
},
|
|
97
|
+
{
|
|
98
|
+
"pay_opt_type": "OPTUPI",
|
|
99
|
+
"pay_opt_desc": "Unified Payments",
|
|
100
|
+
"card_type": "UPI",
|
|
101
|
+
"card_name": "Paytm",
|
|
102
|
+
"account_data_at": "CCAvenue",
|
|
103
|
+
"account_status": "ACTI",
|
|
104
|
+
"pay_opt_disp_order": "15",
|
|
105
|
+
"card_status_message": "",
|
|
106
|
+
"card_disp_order": "20",
|
|
107
|
+
"account_si": "N",
|
|
108
|
+
"gtw_integration": "",
|
|
109
|
+
"account_upiqr": "Y",
|
|
110
|
+
"account_otp": "N",
|
|
111
|
+
"optim_flag": "N",
|
|
112
|
+
"gtw_id": "Payrtm",
|
|
113
|
+
"whereToFindUPI": "1. Open \"Paytm\" app.\n2. Tap on \"BHIM UPI\" in top navigation bar.\n3. Your \"UPI ID\" is next to the QR Code.",
|
|
114
|
+
"upiHandler": ["@paytm", "Other UPI"]
|
|
115
|
+
},
|
|
116
|
+
{
|
|
117
|
+
"pay_opt_type": "OPTUPI",
|
|
118
|
+
"pay_opt_desc": "Unified Payments",
|
|
119
|
+
"card_type": "UPI",
|
|
120
|
+
"card_name": "WhatsApp",
|
|
121
|
+
"account_data_at": "CCAvenue",
|
|
122
|
+
"account_status": "ACTI",
|
|
123
|
+
"pay_opt_disp_order": "15",
|
|
124
|
+
"card_status_message": "",
|
|
125
|
+
"card_disp_order": "20",
|
|
126
|
+
"account_si": "N",
|
|
127
|
+
"gtw_integration": "",
|
|
128
|
+
"account_upiqr": "Y",
|
|
129
|
+
"account_otp": "N",
|
|
130
|
+
"optim_flag": "N",
|
|
131
|
+
"gtw_id": "WhatsApp",
|
|
132
|
+
"whereToFindUPI": "1. Open \"WhatsApp\" app.\n2. Tap on \"Payments\" in your menu/settings.\n3. Tap on your \"Bank Account\".\n4. Your \"UPI ID\" is below your bank account.",
|
|
133
|
+
"upiHandler": ["@icici", "@waaxis", "@wahdfcbank", "@wasbi", "Other UPI"]
|
|
134
|
+
},
|
|
135
|
+
{
|
|
136
|
+
"pay_opt_type": "OPTUPI",
|
|
137
|
+
"pay_opt_desc": "Unified Payments",
|
|
138
|
+
"card_type": "UPI",
|
|
139
|
+
"card_name": "OtherUPI",
|
|
140
|
+
"account_data_at": "CCAvenue",
|
|
141
|
+
"account_status": "ACTI",
|
|
142
|
+
"pay_opt_disp_order": "15",
|
|
143
|
+
"card_status_message": "",
|
|
144
|
+
"card_disp_order": "20",
|
|
145
|
+
"account_si": "N",
|
|
146
|
+
"gtw_integration": "",
|
|
147
|
+
"account_upiqr": "Y",
|
|
148
|
+
"account_otp": "N",
|
|
149
|
+
"optim_flag": "N",
|
|
150
|
+
"gtw_id": "other",
|
|
151
|
+
"whereToFindUPI": "",
|
|
152
|
+
"upiHandler": []
|
|
153
|
+
}
|
|
154
|
+
]
|
|
155
|
+
}
|